[SLUG] ssh_exchange_identification: read: No such file or directory

2000-08-31 Thread Bernhard Lüder
Hi, I have openssh installed from the cutting edge CD RH6.2. When I want to connect to a working ssh server I get: ssh_exchange_identification: read: No such file or directory What does this mean? Bernhard -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info:

Re: [SLUG] ssh_exchange_identification: read: No such file or directory

2000-08-31 Thread Ken Yap
Hi, I have openssh installed from the cutting edge CD RH6.2. When I want to connect to a working ssh server I get: ssh_exchange_identification: read: No such file or directory What does this mean? Use the -v option to display more information. -- SLUG - Sydney Linux User Group Mailing

RE: [SLUG] ssh_exchange_identification: read: No such file or directory

2000-08-31 Thread Bernhard Lüder
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ken Yap Sent: Friday, 1 September 2000 10:35 To: Sydney Linux Users Group Subject: Re: [SLUG] ssh_exchange_identification: read: No such file or directory Hi, I have openssh installed from the cutting edge CD RH6.2. When I want to connect

Re: [SLUG] ssh_exchange_identification: read: No such file or directory

2000-08-31 Thread Ken Yap
[root@internet /root]# ssh -v 111.111.111.111 SSH Version OpenSSH-1.2.2, protocol version 1.5. Compiled with SSL. debug: Reading configuration data /etc/ssh/ssh_config debug: Applying options for * debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to 111.111.111.111

Re: [SLUG] ssh_exchange_identification: read: No such file or directory

2000-08-31 Thread Ken Yap
ssh_exchange_identification: read: No such file or directory debug: Calling cleanup 0x80560b0(0x0) It looks like the other side isn't playing ball and dropped the connection. Or some firewall got in the way. Could it have something to do with using a privileged port (997)? Try -P. And another