hi list, today i've got a problem: maybe someone out there already knows... i connected two hosts by dialin and wanted to use ssh for communication. this was the error-output (ssh -v): SSH Version 1.2.27 [i386-suse-linux], protocol version 1.5. Standard version. Does not use RSAREF. dbs: Reading configuration data /etc/ssh_config dbs: ssh_connect: getuid 0 geteuid 0 anon 0 dbs: Allocated local port 1022. dbs: Connecting to 192.168.23.115 port 22. dbs: Connection established. dbs: Remote protocol version 2.0, remote software version OpenSSH_2.3.0p1 dbs: Waiting for server public key. Local: Bad packet length 1349676916. 192.168.23.115 is the dialin-server and 192.168.23.116 the client-machine. does anyone know this problem (and a solution..;-) ? best regards, daniel -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
On Mon, 3 Sep 2001, Daniel Quappe wrote:
i connected two hosts by dialin and wanted to use ssh for communication. this was the error-output (ssh -v):
SSH Version 1.2.27 [i386-suse-linux], protocol version 1.5.
This ssh is using the version 1(.5) protocol. The server seems to only talk the version 2 protocol. You have to either configure the server to accept version 1 (see /etc/ssh/sshd.conf) or install openssh (>2.3) or anything else that speaks version 2 on the client.
dbs: Remote protocol version 2.0, remote software version OpenSSH_2.3.0p1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Robert -- Robert Casties --------------------- http://philoscience.unibe.ch/~casties History & Philosophy of Science Tel: +41/31/631-8505 Room: 216 Institute for Exact Sciences Sidlerstrasse 5, CH-3012 Bern Uni Bern (PGP key on homepage: D7 2B DE 64 2D 65 16 A0)
Daniel, Make sure your server is configured to support version 1 of the protocol. Check that sshd_config includes Protocol 2,1 or Protocol 1,2 and not Protocol 2 The trace suggests that the server is only offering protocol 2. Bob On Mon, 3 Sep 2001, Daniel Quappe wrote:
hi list,
today i've got a problem: maybe someone out there already knows...
i connected two hosts by dialin and wanted to use ssh for communication. this was the error-output (ssh -v):
SSH Version 1.2.27 [i386-suse-linux], protocol version 1.5. Standard version. Does not use RSAREF. dbs: Reading configuration data /etc/ssh_config dbs: ssh_connect: getuid 0 geteuid 0 anon 0 dbs: Allocated local port 1022. dbs: Connecting to 192.168.23.115 port 22. dbs: Connection established. dbs: Remote protocol version 2.0, remote software version OpenSSH_2.3.0p1 dbs: Waiting for server public key. Local: Bad packet length 1349676916.
192.168.23.115 is the dialin-server and 192.168.23.116 the client-machine.
does anyone know this problem (and a solution..;-) ? best regards,
daniel
-- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
-- To unsubscribe, e-mail: suse-security-unsubscribe@suse.com For additional commands, e-mail: suse-security-help@suse.com
============================================================== Bob Vickers R.Vickers@cs.rhul.ac.uk Dept of Computer Science, Royal Holloway, University of London WWW: http://www.cs.rhul.ac.uk/home/bobv Phone: +44 1784 443691
participants (3)
-
Bob Vickers
-
Daniel Quappe
-
Robert Casties