summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2018-06-09 06:36:31 +0000
committerDamien Miller <djm@mindrot.org>2018-06-11 09:50:06 +1000
commitacf4260f0951f89c64e1ebbc4c92f451768871ad (patch)
tree05cd89ca4e150c35a6448cb69440c190f205e6db /ssh_config.5
parent1678d4236451060b735cb242d2e26e1ac99f0947 (diff)
upstream: sort previous;
OpenBSD-Commit-ID: 27d80d8b8ca99bc33971dee905e8ffd0053ec411
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.514
1 files changed, 7 insertions, 7 deletions
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