diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-10-13 08:22:26 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-10-13 08:22:26 +0000 |
commit | ecc4580ee382bb96b38c3f518131e801d80342b7 (patch) | |
tree | 30bfa17ca477bb998577c68e5b2f8c8f849b7278 /usr.bin | |
parent | 40a630780cfd8f9a096a040b90e6f6aba5b0421f (diff) |
don't refer to options related to forwarding; ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/scp.1 | 11 | ||||
-rw-r--r-- | usr.bin/ssh/sftp.1 | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index bdc41333762..4dab2a1dbb9 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.29 2003/10/08 08:27:36 jmc Exp $ +.\" $OpenBSD: scp.1,v 1.30 2003/10/13 08:22:25 markus Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -124,16 +124,10 @@ For full details of the options listed below, and their possible values, see .It CheckHostIP .It Cipher .It Ciphers -.It ClearAllForwardings .It Compression .It CompressionLevel .It ConnectionAttempts .It ConnectionTimeout -.It DynamicForward -.It EscapeChar -.It ForwardAgent -.It ForwardX11 -.It GatewayPorts .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials @@ -144,7 +138,6 @@ For full details of the options listed below, and their possible values, see .It HostName .It IdentityFile .It KeepAlive -.It LocalForward .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost @@ -155,7 +148,6 @@ For full details of the options listed below, and their possible values, see .It Protocol .It ProxyCommand .It PubkeyAuthentication -.It RemoteForward .It RhostsRSAAuthentication .It RSAAuthentication .It SmartcardDevice @@ -164,7 +156,6 @@ For full details of the options listed below, and their possible values, see .It User .It UserKnownHostsFile .It VerifyHostKeyDNS -.It XAuthLocation .El .It Fl P Ar port Specifies the port to connect to on the remote host. diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index 05b972e46b1..00253037de6 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.46 2003/10/08 08:27:36 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.47 2003/10/13 08:22:25 markus Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -145,16 +145,10 @@ For full details of the options listed below, and their possible values, see .It CheckHostIP .It Cipher .It Ciphers -.It ClearAllForwardings .It Compression .It CompressionLevel .It ConnectionAttempts .It ConnectionTimeout -.It DynamicForward -.It EscapeChar -.It ForwardAgent -.It ForwardX11 -.It GatewayPorts .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials @@ -165,7 +159,6 @@ For full details of the options listed below, and their possible values, see .It HostName .It IdentityFile .It KeepAlive -.It LocalForward .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost @@ -176,7 +169,6 @@ For full details of the options listed below, and their possible values, see .It Protocol .It ProxyCommand .It PubkeyAuthentication -.It RemoteForward .It RhostsRSAAuthentication .It RSAAuthentication .It SmartcardDevice @@ -185,7 +177,6 @@ For full details of the options listed below, and their possible values, see .It User .It UserKnownHostsFile .It VerifyHostKeyDNS -.It XAuthLocation .El .It Fl P Ar sftp_server_path Connect directly to a local sftp server |