diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2017-05-02 15:44:51 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-08 01:18:04 +0200 |
commit | d852603214defd93e054de2877b20cc79c19d0c6 (patch) | |
tree | 865fd1d9b2d7623a24b9c90c982038afa2e71e18 /scp.1 | |
parent | upstream commit (diff) | |
download | openssh-d852603214defd93e054de2877b20cc79c19d0c6.tar.xz openssh-d852603214defd93e054de2877b20cc79c19d0c6.zip |
upstream commit
remove now obsolete protocol1 options from the -o
lists;
Upstream-ID: 828e478a440bc5f9947672c392420510a362b3dd
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -8,9 +8,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.72 2017/04/30 23:28:12 djm Exp $ +.\" $OpenBSD: scp.1,v 1.73 2017/05/02 13:44:51 jmc Exp $ .\" -.Dd $Mdocdate: April 30 2017 $ +.Dd $Mdocdate: May 2 2017 $ .Dt SCP 1 .Os .Sh NAME @@ -128,11 +128,8 @@ For full details of the options listed below, and their possible values, see .It CertificateFile .It ChallengeResponseAuthentication .It CheckHostIP -.It Cipher .It Ciphers .It Compression -.It CompressionLevel -.It ConnectionAttempts .It ConnectTimeout .It ControlMaster .It ControlPath @@ -162,14 +159,11 @@ For full details of the options listed below, and their possible values, see .It PKCS11Provider .It Port .It PreferredAuthentications -.It Protocol .It ProxyCommand .It ProxyJump .It PubkeyAcceptedKeyTypes .It PubkeyAuthentication .It RekeyLimit -.It RhostsRSAAuthentication -.It RSAAuthentication .It SendEnv .It ServerAliveInterval .It ServerAliveCountMax |