Re: SCP in OpenSSH3.0.2p1

From: Richard E. Silverman (slade@shore.net)
Date: 02/28/02


From: slade@shore.net (Richard E. Silverman)
Date: 27 Feb 2002 22:04:41 -0500


>>>>> "Melvin" == Perry811 <mlbwong@yahoo.com> writes:

    Melvin> Is the SCP in OpenSSH 3.0.2p1 not supporint SSH protocol ver2?
    Melvin> thanks, melvin

"scp" itself does not support either version specifically; it runs ssh in
a subprocess to connect to the remote host, so the protocol used will be
whatever you've configured ssh to use for that host.

-- 
  Richard Silverman
  slade@shore.net



Relevant Pages

  • Re: SCP in OpenSSH3.0.2p1
    ... > Melvin> Is the SCP in OpenSSH 3.0.2p1 not supporint SSH protocol ver2? ... However, if you run scp, it would run in ssh1. ...
    (comp.security.ssh)
  • Re: SSH through wireless router
    ... When you say that I should try ssh ... Connection closed by remote host ... When I went to sshd to port 2222: ... debug1: read PEM private key done: type RSA ...
    (Debian-User)
  • Re: How do I port forward through 2 remote hosts?
    ... You gave a port number. ... desktop to a remote host for many years. ... I have read through the SSH FAQ which did nothing to help me ... loss to understand what remote forwardings (as opposed to local ...
    (comp.security.ssh)
  • Re: Passwordless ssh - SOLVED -
    ... I can now login without passwords but I have to kinit on each box before it will work. ... I built my kdc and configured my ssh daemon to use kerberos on both computers. ... I copied the krb5.keytab file to my remote host and setup the krb5.conf file on the remote host. ... After this is done I can ssh from my KDC to my remote host and I am not asked to enter my password. ...
    (comp.protocols.kerberos)
  • Re: unattended file transfer with ssh
    ... disadvantage to using rsync and can't come up with one:) ... To set up ssh, ... $HOME/.ssh/authorized_keys on the remote host. ... On the local machine invoke this command: ...
    (comp.security.ssh)