On Fri, Jul 13, 2001 at 03:16:12AM -0300, Alejandro Garín wrote: > Hi to all: > > I'm having a problem with ssh. > One machine is a Solaris 8 with this version of ssh: > "ssh: SSH Secure Shell 2.2.0 (non-commercial version) on > sparc-sun-solaris2.8" > and my machine is a i386 with Debian potato (SSH Version > OPenSSH-1.2.3 protocol) > > I cannot do a ssh to the Solaris box. I'm trying this: > debian# ssh -v 10.65.64.250 > SSH Version OpenSSH-1.2.3, 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 ^^^^^^^^^^^^^^^^^^ root ? Chances are you can't ssh as root (it's a configuration option for security). Try as a non-root user, then use "su". I may have misinterpreted that line, but that's what it looks like.
> debug: Connecting to 10.65.64.250 [10.65.64.250] port 22. > debug: Allocated local port 876. > debug: Connection established. > debug: Remote protocol version 2.0, remote software version 2.2.0 SSH Secure > Shell (non-commercial) > debug: Waiting for server public key. > Connection closed by 10.65.64.250 > debug: Calling cleanup 0x8056840(0x0) > > What is happend here? > I looked if existed another version of ssh > apt-cache search ssh > [...] > ssh-nonfree - a secure replacement for rlogin, rsh, and rcp (NON-FREE) > [..] > > I will need to install this version? May be a protocol mismatch between version 1 and version 2. Don't suppose you can get logs from the Solaris box? -- Eric G. Miller <egm2@jps.net>