]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2003/10/13 08:22:25
authordtucker <dtucker>
Wed, 15 Oct 2003 05:59:26 +0000 (05:59 +0000)
committerdtucker <dtucker>
Wed, 15 Oct 2003 05:59:26 +0000 (05:59 +0000)
     [scp.1 sftp.1]
     don't refer to options related to forwarding; ok jmc@

ChangeLog
scp.1
sftp.1

index 1fdf6f63abeb85ea5ce322da1f52c95aef8aa904..43ca3622e5f4b474ef7ef723eb915f181d79c02e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
      note that EnableSSHKeySign should be in the non-hostspecific section;
      remove unnecessary .Pp;
      ok markus@
+   - markus@cvs.openbsd.org 2003/10/13 08:22:25
+     [scp.1 sftp.1]
+     don't refer to options related to forwarding; ok jmc@
 
 20031009
  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
diff --git a/scp.1 b/scp.1
index bdc413337629c299a8f3a3b397e3bb99327b5f57..4dab2a1dbb9029531683294348c2330d9ee4fcb2 100644 (file)
--- a/scp.1
+++ b/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/sftp.1 b/sftp.1
index 05b972e46b10fbf88454c6f958fe1e950d0e71a6..00253037de60e9309d1d001181c1356f830c209e 100644 (file)
--- a/sftp.1
+++ b/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
This page took 0.052988 seconds and 5 git commands to generate.