Link to home
Start Free TrialLog in
Avatar of sgangenamoni
sgangenamoni

asked on

SSH on AIX

root@server # ssh server2
Killed
root@server #

Also my ssh is running on both the servers. So why am I not able to ssh...??
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Hi,

which version of ssh do you run? Where did you get it from?

Did it ever work, or is this a new installation?

Please issue

ssh -V

to get version information, and

ssh -v server2

to get some verbose output.

Please post the results!

wmp
Avatar of sgangenamoni
sgangenamoni

ASKER

root@server1 # ssh -V
OpenSSH_5.0p1, OpenSSL 0.9.8h 28 May 2008
[/etc/ssh]
root@server1 # ssh -v server2
OpenSSH_5.0p1, OpenSSL 0.9.8h 28 May 2008
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Failed dlopen: /usr/krb5/lib/libkrb5.a(libkrb5.a.so): Could not load module /usr/krb5/lib/libkrb5.a(libkrb5.a.so).
System error: No such file or directory

debug1: Error loading Kerberos, disabling Kerberos auth.
debug1: Connecting to afv001 [69.230.151.101] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
Killed
[/etc/ssh]
Try to telnet the server as follows

telnet server2 22

Let us know the output.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Please forgive my curiosity: What was the solution you found??

Thx for the points!

wmp