summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp.14
-rw-r--r--sftp.14
-rw-r--r--ssh.14
-rw-r--r--ssh_config.514
4 files changed, 13 insertions, 13 deletions
diff --git a/scp.1 b/scp.1
index b8886be64..be8309b22 100644
--- a/scp.1
+++ b/scp.1
@@ -8,7 +8,7 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.78 2018/06/09 03:01:12 djm Exp $ 11.\" $OpenBSD: scp.1,v 1.79 2018/06/09 06:36:31 jmc Exp $
12.\" 12.\"
13.Dd $Mdocdate: June 9 2018 $ 13.Dd $Mdocdate: June 9 2018 $
14.Dt SCP 1 14.Dt SCP 1
@@ -171,9 +171,9 @@ For full details of the options listed below, and their possible values, see
171.It PubkeyAuthentication 171.It PubkeyAuthentication
172.It RekeyLimit 172.It RekeyLimit
173.It SendEnv 173.It SendEnv
174.It SetEnv
175.It ServerAliveInterval 174.It ServerAliveInterval
176.It ServerAliveCountMax 175.It ServerAliveCountMax
176.It SetEnv
177.It StrictHostKeyChecking 177.It StrictHostKeyChecking
178.It TCPKeepAlive 178.It TCPKeepAlive
179.It UpdateHostKeys 179.It UpdateHostKeys
diff --git a/sftp.1 b/sftp.1
index 686844b46..1e21e2023 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.115 2018/06/09 03:01:12 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.116 2018/06/09 06:36:31 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -241,9 +241,9 @@ For full details of the options listed below, and their possible values, see
241.It PubkeyAuthentication 241.It PubkeyAuthentication
242.It RekeyLimit 242.It RekeyLimit
243.It SendEnv 243.It SendEnv
244.It SetEnv
245.It ServerAliveInterval 244.It ServerAliveInterval
246.It ServerAliveCountMax 245.It ServerAliveCountMax
246.It SetEnv
247.It StrictHostKeyChecking 247.It StrictHostKeyChecking
248.It TCPKeepAlive 248.It TCPKeepAlive
249.It UpdateHostKeys 249.It UpdateHostKeys
diff --git a/ssh.1 b/ssh.1
index 65f4e3966..40b4bfb16 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.394 2018/06/09 03:01:12 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.395 2018/06/09 06:36:31 jmc Exp $
37.Dd $Mdocdate: June 9 2018 $ 37.Dd $Mdocdate: June 9 2018 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
@@ -525,9 +525,9 @@ For full details of the options listed below, and their possible values, see
525.It RemoteForward 525.It RemoteForward
526.It RequestTTY 526.It RequestTTY
527.It SendEnv 527.It SendEnv
528.It SetEnv
529.It ServerAliveInterval 528.It ServerAliveInterval
530.It ServerAliveCountMax 529.It ServerAliveCountMax
530.It SetEnv
531.It StreamLocalBindMask 531.It StreamLocalBindMask
532.It StreamLocalBindUnlink 532.It StreamLocalBindUnlink
533.It StrictHostKeyChecking 533.It StrictHostKeyChecking
diff --git a/ssh_config.5 b/ssh_config.5
index 20a60a2d5..e5eadcaaf 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.276 2018/06/09 03:01:12 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.277 2018/06/09 06:36:31 jmc Exp $
37.Dd $Mdocdate: June 9 2018 $ 37.Dd $Mdocdate: June 9 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -1404,12 +1404,6 @@ It is possible to clear previously set
1404variable names by prefixing patterns with 1404variable names by prefixing patterns with
1405.Pa - . 1405.Pa - .
1406The default is not to send any environment variables. 1406The default is not to send any environment variables.
1407.It Cm SetEnv
1408Directly specify one or more environment variables and their contents to
1409be sent to the server.
1410Similarly to
1411.Cm SendEnv ,
1412the server must be prepared to accept the environment variable.
1413.It Cm ServerAliveCountMax 1407.It Cm ServerAliveCountMax
1414Sets the number of server alive messages (see below) which may be 1408Sets the number of server alive messages (see below) which may be
1415sent without 1409sent without
@@ -1444,6 +1438,12 @@ will send a message through the encrypted
1444channel to request a response from the server. 1438channel to request a response from the server.
1445The default 1439The default
1446is 0, indicating that these messages will not be sent to the server. 1440is 0, indicating that these messages will not be sent to the server.
1441.It Cm SetEnv
1442Directly specify one or more environment variables and their contents to
1443be sent to the server.
1444Similarly to
1445.Cm SendEnv ,
1446the server must be prepared to accept the environment variable.
1447.It Cm StreamLocalBindMask 1447.It Cm StreamLocalBindMask
1448Sets the octal file creation mode mask 1448Sets the octal file creation mode mask
1449.Pq umask 1449.Pq umask