SecureAdmin 2.1.1
ONTAP 6.1R1
New system, just slapped SecureAdmin on it... secure filer view works
happily, ssh has ... issues.
I can connect fine from a host running ssh v1.2.27, but connecting
from OpenSSH hosts seems to fail. Said hosts are FreeBSD and Solaris
running 2.3.0 and 2.5.1_p1 respectively. Initially, I thought it was
a protocol 2 issue, but that's not it. Here's what happens:
SSH Version OpenSSH_2.3.0 green(a)FreeBSD.org 20010321, protocol
versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to (null) [xxx.xxx.xxx.xxx] port 22.
debug: Allocated local port 1022.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version 2.1.1
debug: match: 2.1.1 pat ^2\.
debug: Local version string SSH-1.5-OpenSSH_2.3.0 green(a)FreeBSD.org
20010321
debug: Waiting for server public key.
debug: Received server public key (512 bits) and host key (768 bits).
debug: Host 'xxx.xxx.xxx.xxx' is known and matches the RSA host key.
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Doing password authentication.
root(a)xxx.xxx.xxx.xxx's password:
debug: Requesting pty.
debug: Requesting X11 forwarding with authentication spoofing.
Warning: Remote host denied X11 forwarding.
debug: Requesting authentication agent forwarding.
Warning: Remote host denied authentication agent forwarding.
debug: Requesting shell.
debug: Entering interactive session.
Connection to xxx.xxx.xxx.xxx closed.
debug: Transferred: stdin 0, stdout 1, stderr 36 bytes in 0.5 seconds
debug: Bytes per second: stdin 0.0, stdout 2.0, stderr 73.4
debug: Exit status 0
I can't imagine that everyone out there using ssh on the filer is also
still using the old ssh versions, so it's gotta be me. Right?
K.