openssh to openssh scp ssh1 compatibility mode error
- From: jsmith665 <jsmith665@xxxxxxxxxxx>
- Date: Mon, 12 Jan 2009 13:30:41 -0500
i am aware of the ssh1 compatibility mode error problem when using scp
to transfer files from an openssh client to a commercial ssh server.
however, i am encountering the same problem when using scp between a
solaris 10 server running:
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
and a solaris 8 server running:
OpenSSH_5.1p1, OpenSSL 0.9.8j 07 Jan 2009
the debug output from the client follows. there are no errors on the
server side. note that i do not have the problem transferring files
between two solaris 10 servers (both running sun ssh). i am aware of
the sftp batch mode workaround; however, i am trying to understand why
this is happening, since the problem is supposed to be restricted to
transfers between openssh and commercial ssh. any insight would be
appreciated.
--------------------
# scp -v -P 1022 jnk xxxxxx:/export/home/123456
Executing: program /usr/bin/ssh host s0e1ec3.ba.ssa.gov, user
(unspecified), command scp -v -t /export/home/123456
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to xxxxxx [xxx.xxx.xxx.xxx] port 1022.
debug1: Connection established.
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version
OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
<snip>
scp: warning: Executing scp1.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that
scp1 is in your PATH).
<snip>
.
- Prev by Date: Re: Failed publickey problem
- Next by Date: Re: Reversed ssh security possible? (public key on server, private key on ?client)
- Previous by thread: Reversed ssh security possible? (public key on server, private key on client)
- Next by thread: Auto SSH - Mind Melting Problem
- Index(es):
Relevant Pages
|