The lpp install should have taken care of server key generation.
Try to ssh from the box to itself, at the network address others would use to connect, not localhost or 127.0.0.1. If that works, then it's probably a firewall issue.
Are you getting error messages? If so, please post them.
- Rod
IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+
Could not load program /usr/sbin/sshd:
Symbol resolution failed for sshd because:
Symbol __fd_select (number 82) is not exported from dependent
module /usr/lib/libc.a(shr.o).
Examine .loader section symbols with the 'dump -Tv' command.
Strange. That's the right download, maybe it was mislabeled on a mirror or something.
You can use "smit remove" to uninstall all of your openssh.* packages. Leave openssl alone, it should be fine.
Then redownload the tar file, extract it to a brand new temporary directory, and install. Make sure while installing that the version numbers start with 4.3.0.52.
- Rod
IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+
What I meant is, is there something I need to change to prompt for a username when they ( for instance) come through putty where they do not have to specify the -l username?
when I try to ssh -l username hostname, I get the following
The authenticity of host 'testhost (172.28.132.21)can't be established.
RSA key fingerprint is 1b:93:6b:34:ad:a2:6d:1c:6a:71:55:9e:72:ea:2a:ce.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'testhost ,172.28.132.21' (RSA) to the list of known hosts.
Permission denied (publickey,password,keyboard-interactive).
PuTTY has a place in the session settings where you can set the username to use for a connection. Sorry I can't be more specific, I'm not at a PC right now.
On UNIX or Linux systems, take a look at the man page for the .ssh/config file.
Also, since you posted back about "-l username", I should point out that you need to substitute the user's login id for the sshd machine instead of "username". Forgive me if you already did that, it's just seemed reasonable that you might have thought the options were to prompt for username.
- Rod
IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.