diff options
author | 2018-06-09 06:36:31 +0000 | |
---|---|---|
committer | 2018-06-09 06:36:31 +0000 | |
commit | 76d3602b88d95a99a226cd14576312dade0829b4 (patch) | |
tree | 90da614f245cbd95eb8a8f6d07ec8b45400cb54d | |
parent | slightly better wording re handing of $TERM, from Jakub Jelen (diff) | |
download | wireguard-openbsd-76d3602b88d95a99a226cd14576312dade0829b4.tar.xz wireguard-openbsd-76d3602b88d95a99a226cd14576312dade0829b4.zip |
sort previous;
-rw-r--r-- | usr.bin/ssh/scp.1 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/sftp.1 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 14 |
4 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index b8886be643f..be8309b22fa 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -8,7 +8,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.78 2018/06/09 03:01:12 djm Exp $ +.\" $OpenBSD: scp.1,v 1.79 2018/06/09 06:36:31 jmc Exp $ .\" .Dd $Mdocdate: June 9 2018 $ .Dt SCP 1 @@ -171,9 +171,9 @@ For full details of the options listed below, and their possible values, see .It PubkeyAuthentication .It RekeyLimit .It SendEnv -.It SetEnv .It ServerAliveInterval .It ServerAliveCountMax +.It SetEnv .It StrictHostKeyChecking .It TCPKeepAlive .It UpdateHostKeys diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index 686844b46f3..1e21e20230e 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.115 2018/06/09 03:01:12 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.116 2018/06/09 06:36:31 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -241,9 +241,9 @@ For full details of the options listed below, and their possible values, see .It PubkeyAuthentication .It RekeyLimit .It SendEnv -.It SetEnv .It ServerAliveInterval .It ServerAliveCountMax +.It SetEnv .It StrictHostKeyChecking .It TCPKeepAlive .It UpdateHostKeys diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 65f4e396692..40b4bfb1658 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.394 2018/06/09 03:01:12 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.395 2018/06/09 06:36:31 jmc Exp $ .Dd $Mdocdate: June 9 2018 $ .Dt SSH 1 .Os @@ -525,9 +525,9 @@ For full details of the options listed below, and their possible values, see .It RemoteForward .It RequestTTY .It SendEnv -.It SetEnv .It ServerAliveInterval .It ServerAliveCountMax +.It SetEnv .It StreamLocalBindMask .It StreamLocalBindUnlink .It StrictHostKeyChecking diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 20a60a2d559..e5eadcaaf73 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.276 2018/06/09 03:01:12 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.277 2018/06/09 06:36:31 jmc Exp $ .Dd $Mdocdate: June 9 2018 $ .Dt SSH_CONFIG 5 .Os @@ -1404,12 +1404,6 @@ It is possible to clear previously set variable names by prefixing patterns with .Pa - . The default is not to send any environment variables. -.It Cm SetEnv -Directly specify one or more environment variables and their contents to -be sent to the server. -Similarly to -.Cm SendEnv , -the server must be prepared to accept the environment variable. .It Cm ServerAliveCountMax Sets the number of server alive messages (see below) which may be sent without @@ -1444,6 +1438,12 @@ will send a message through the encrypted channel to request a response from the server. The default is 0, indicating that these messages will not be sent to the server. +.It Cm SetEnv +Directly specify one or more environment variables and their contents to +be sent to the server. +Similarly to +.Cm SendEnv , +the server must be prepared to accept the environment variable. .It Cm StreamLocalBindMask Sets the octal file creation mode mask .Pq umask |