- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH issue!!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 07:45 PM
09-14-2005 07:45 PM
SSH issue!!
/opt/ssh/bin/ssh tldnms
Permission denied.
Can anybody suggest a workaround for the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 07:47 PM
09-14-2005 07:47 PM
Re: SSH issue!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 07:50 PM
09-14-2005 07:50 PM
Re: SSH issue!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 07:51 PM
09-14-2005 07:51 PM
Re: SSH issue!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 07:53 PM
09-14-2005 07:53 PM
Re: SSH issue!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 07:58 PM
09-14-2005 07:58 PM
Re: SSH issue!!
check the ~/.ssh/known_hosts for an existing entry for the conflicting box
and check that your firewall settings allow connections on port 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 08:11 PM
09-14-2005 08:11 PM
Re: SSH issue!!
Check the permission of ssh config files. An dalso check the /bin directory. It should be 755.
Permission denied may be anywhere along the path, not the file itself. so look at /bin and / also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 08:26 PM
09-14-2005 08:26 PM
Re: SSH issue!!
ssh -v tldnms
SSH Version 1.2.27 [hppa1.0-hp-hpux10.20], protocol version 1.5.
Standard version. Does not use RSAREF.
michael: ssh_connect: getuid 0 geteuid 0 anon 0
michael: Connecting to tldnms [10.220.6.17] port 22.
michael: Allocated local port 1023.
michael: Connection established.
michael: Remote protocol version 1.5, remote software version 1.2.27
michael: Waiting for server public key.
michael: Received server public key (768 bits) and host key (1024 bits).
michael: Host 'tldnms' is known and matches the host key.
michael: Initializing random; seed file /root/.ssh/random_seed
michael: Encryption type: idea
michael: Sent encrypted session key.
michael: Installing crc compensation attack detector.
michael: Received encrypted confirmation.
michael: Remote: Server does not permit empty password login.
michael: No agent.
michael: Doing password authentication.
root@tldnms's password:
Permission denied.
I am getting the above error.
Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 08:34 PM
09-14-2005 08:34 PM
Re: SSH issue!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 08:36 PM
09-14-2005 08:36 PM
Re: SSH issue!!
If you can login to tldnms than check if there are any messages in the syslog
grep sshd /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 08:40 PM
09-14-2005 08:40 PM
Re: SSH issue!!
If you can login to tldnms than check the sshd config file /opt/ssh/etc/sshd_config whether there is a line
PermitRootLogin no
if so sshd will not allow you to login as root.
Default is PermitRootLogin yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 02:09 AM
09-18-2005 02:09 AM
Re: SSH issue!!
Are you sure?
The output you show is asking for *root* password.
Is the remote system also HPUX ?
When you get:
Permission denied, please try again.
bobv@pine3's password:
Permission denied, please try again.
that can mean that the remote account has been disabled, at least on HPUX.
Or, if you simply enter the wrong password!!
Do you have keys configured and exchanged for the account, or are you just relying on passwords?
Normally, without keys and with "ChallengeResponseAuthentication yes" (the default), your first prompt is
password:
You will get the user@host prompt after failing on the simple "password:" prompt. But, by this time the account has been disabled (on HPUX trusted).
Do you have "ChallengeResponseAuthentication no" on the remote system?
Are you really trying to use a null password?
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:25 AM
09-18-2005 03:25 AM
Re: SSH issue!!
Hi Amit ,
It seems that the remote system you are trying to login is not correctly configured ssh. check up the configuration agian.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:29 AM
09-18-2005 03:29 AM
Re: SSH issue!!
Also Check up in remote host:
# ps -ef | grep sshd
# lsof /opt/ssh/sbin/sshd
also check there should not be /etc/nologin , else it will not allow to connect.
And provide some more info if still not able to connect..
hth,
Raj.