Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2000 20:05:00 -0500
From:      Mathew Kanner <mat@cs.mcgill.ca>
To:        freebsd-current@freebsd.org
Subject:   RC3: problems with SSH
Message-ID:  <20000311200459.A21231@cs.mcgill.ca>

next in thread | raw e-mail | index | archive | help
My colleague found these problems on a machine freshly installed with
RC3.  The machines on the other end are mix of sunos 2.5,6,7 on
sparcs.  Please flame me if this has already been discused.


Script started on Sun Mar 12 00:55:40 2000
bash-2.03$ slogin -v XXX
SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to XXX.CS.McGill.CA [132.206.51.205] port 22.
debug: Allocated local port 978.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version 1.2.26
debug: Waiting for server public key.
debug: Received server public key (1152 bits) and host key (1024 bits).
The authenticity of host 'XXX.cs.mcgill.ca' can't be established.
Key fingerprint is 1024 a4:5d:e5:6d:1b:a3:71:31:31:eb:cf:09:45:a1:97:3b.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'XXX.cs.mcgill.ca' to the list of known hosts.
rsa_public_encrypt() failed
debug: Calling cleanup 0x8052d0c(0x0)


bash-2.03$ slogin -v ni=08 =08ova
SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to YYY.CS.McGill.CA [132.206.51.245] port 22.
debug: Allocated local port 977.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version 1.2.26
debug: Waiting for server public key.
debug: Received server public key (1152 bits) and host key (1024 bits).
The authenticity of host 'YYY.cs.mcgill.ca' can't be established.
Key fingerprint is 1024 ab:33:ca:d0:51:4c:fa:26:1d:d4:ed:c0:72:b0:e4:bc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'YYY.cs.mcgill.ca' to the list of known hosts.
rsa_public_encrypt() failed
debug: Calling cleanup 0x8052d0c(0x0)


bash-2.03$ slogin -v Z
SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to ZZZ.CS.McGill.CA [132.206.2.5] port 22.
debug: Allocated local port 976.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version 1.2.17
debug: Waiting for server public key.
Warning: Server lies about size of server host key: actual size is 1023 bit=
s vs. announced 1024.
Warning: This may be due to an old implementation of ssh.
debug: Received server public key (768 bits) and host key (1023 bits).
debug: Host 'ZZZ.cs.mcgill.ca' is known and matches the host key.
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Remote: Server does not permit empty password login.
debug: Trying rhosts or /etc/hosts.equiv with RSA host authentication.
debug: Server refused our rhosts authentication or host key.
debug: Trying RSA authentication with key 'mat@BBBB.cs.mcgill.ca'
debug: Server refused our key.
debug: Doing password authentication.
mat@ZZZ.cs.mcgill.ca's password:=20
debug: Requesting pty.
debug: Requesting shell.
debug: Entering interactive session.
Last login: Sat Mar 11 19:55:07 2000 from AAAA.cs.m
Sun Microsystems Inc.   SunOS 5.7       Generic October 1998
Path now includes  local/scripts Z/scripts ucb openwin
Library path includes  /usr/ucblib rvplayer
Whoa, I know vim
bash-2.03$ logout
Connection to ZZZ.CS.McGill.CA closed.
debug: Transferred: stdin 1, stdout 266, stderr 48 bytes in 1.0 seconds
debug: Bytes per second: stdin 1.0, stdout 254.7, stderr 46.0
debug: Exit status 0
bash-2.03$ exit


	--Mat


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000311200459.A21231>