After I installed openssl and openssh on our AIX 5.1
ML3, it shows that the process is started with a
process ID, but actually sshd is not in the process
list and I cant make ssh connection:
# lssrc -g ssh
Subsystem Group PID Status
sshd ssh inoperative
# ssh localhost
ssh: connect to host localhost port 22: Connection refused
#
What is the problem and the solution in this case?
The ssh user and ssh group is successfully created.
Here is a detailed output of ssh failure:
# ssh -v localhost
OpenSSH_4.1p1, OpenSSL 0.9.7g 11 Apr 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Failed dlopen:
/usr/krb5/lib/libkrb5.a(libkrb5.a.so): No such file or
directory
debug1: Error loading Kerberos, disabling Kerberos auth.
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: connect to address 127.0.0.1 port 22:
Connection refused
ssh: connect to host localhost port 22: Connection refused
# pwd
/
# find ./ -name libkrb5.a
#
It looks like there is no libkrb5.a on the system at
all, shouldn't it be contained by the SSL library?
(detailed version list of SSL and SSH:
openssl-0.9.7g-1.aix5.1.ppc.rpm
openssh-4.1p1_51.tar.Z)
After installation of openssl with rpm, there were no
error messages, also there were no error messages at
the installation of openssh.
# rpm -i -v openssl-0.9.7g-1.aix5.1.ppc.rpm
openssl-0.9.7g-1
#
What is the problem?
Laszlo Gombos
Hungary
(lgombos at huawei dot com)
Install screen of SSH