openssh and ssh.com problems
From: Mark Thompson (mthompson_at_ed.umuc.edu)
Date: 11/19/03
- Previous message: Payal Rathod: "login w/o password not working"
- Next in thread: Darren Tucker: "Re: openssh and ssh.com problems"
- Reply: Darren Tucker: "Re: openssh and ssh.com problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 19 Nov 2003 16:05:54 +0100 To: secureshell@securityfocus.com
Hello,
I have a server running ssh-3.2.5 from ssh.com and am trying to connect
from a SUSE client running OpenSSH_3.7.1p2. The connection keeps trying
to use ssh1 which I don't want and don't have installed. Has anyone
else experienced this and have a fix. Based on the message
debug1: no match: 3.2.5 SSH Secure Shell (non-commercial)
I am assuming that open ssh is unable to determine which protocol the
server is running. Any ideas?
Thanks
Mark
Executing: program /usr/bin/ssh host server, user username, command scp
-v -r -p -f file
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to server [192.168.1.1] port 22.
debug1: Connection established.
debug1: identity file /home/username/.ssh/identity type -1
debug1: identity file /home/username/.ssh/id_rsa type -1
debug1: identity file /home/username/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version 3.2.5 SSH
Secure Shell (non-commercial)
debug1: no match: 3.2.5 SSH Secure Shell (non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'server' is known and matches the DSA host key.
debug1: Found key in /home/username/.ssh/known_hosts:1
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/username/.ssh/identity
debug1: Trying private key: /home/username/.ssh/id_rsa
debug1: Trying private key: /home/username/.ssh/id_dsa
debug1: Next authentication method: password
username@servers's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -r -p -f file
scpdebug1: client_input_channel_req: channel 0 rtype exit-status reply 0
: warning: Executing scp1.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1
is in your PATH).
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.2 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 255
- Previous message: Payal Rathod: "login w/o password not working"
- Next in thread: Darren Tucker: "Re: openssh and ssh.com problems"
- Reply: Darren Tucker: "Re: openssh and ssh.com problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|