summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.111
1 files changed, 10 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index b87ab4171..04326e654 100644
--- a/ssh.1
+++ b/ssh.1
@@ -43,7 +43,7 @@
43.Nd OpenSSH SSH client (remote login program) 43.Nd OpenSSH SSH client (remote login program)
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm ssh 45.Nm ssh
46.Op Fl 1246AaCfgkMNnqsTtVvXxY 46.Op Fl 1246AaCfgKkMNnqsTtVvXxY
47.Op Fl b Ar bind_address 47.Op Fl b Ar bind_address
48.Op Fl c Ar cipher_spec 48.Op Fl c Ar cipher_spec
49.Oo Fl D\ \& 49.Oo Fl D\ \&
@@ -315,6 +315,8 @@ It is possible to have multiple
315.Fl i 315.Fl i
316options (and multiple identities specified in 316options (and multiple identities specified in
317configuration files). 317configuration files).
318.It Fl K
319Enables forwarding (delegation) of GSSAPI credentials to the server.
318.It Fl k 320.It Fl k
319Disables forwarding (delegation) of GSSAPI credentials to the server. 321Disables forwarding (delegation) of GSSAPI credentials to the server.
320.It Fl L Xo 322.It Fl L Xo
@@ -504,6 +506,10 @@ per-host basis in the configuration file.
504.It Fl q 506.It Fl q
505Quiet mode. 507Quiet mode.
506Causes all warning and diagnostic messages to be suppressed. 508Causes all warning and diagnostic messages to be suppressed.
509Only fatal errors are displayed.
510If a second
511.Fl q
512is given then even fatal errors are suppressed.
507.It Fl R Xo 513.It Fl R Xo
508.Sm off 514.Sm off
509.Oo Ar bind_address : Oc 515.Oo Ar bind_address : Oc
@@ -1256,6 +1262,8 @@ The file format and configuration options are described in
1256.Xr ssh_config 5 . 1262.Xr ssh_config 5 .
1257Because of the potential for abuse, this file must have strict permissions: 1263Because of the potential for abuse, this file must have strict permissions:
1258read/write for the user, and not accessible by others. 1264read/write for the user, and not accessible by others.
1265It may be group-writable provided that the group in question contains only
1266the user.
1259.Pp 1267.Pp
1260.It ~/.ssh/environment 1268.It ~/.ssh/environment
1261Contains additional definitions for environment variables; see 1269Contains additional definitions for environment variables; see
@@ -1356,6 +1364,7 @@ manual page for more information.
1356.Xr sftp 1 , 1364.Xr sftp 1 ,
1357.Xr ssh-add 1 , 1365.Xr ssh-add 1 ,
1358.Xr ssh-agent 1 , 1366.Xr ssh-agent 1 ,
1367.Xr ssh-argv0 1 ,
1359.Xr ssh-keygen 1 , 1368.Xr ssh-keygen 1 ,
1360.Xr ssh-keyscan 1 , 1369.Xr ssh-keyscan 1 ,
1361.Xr tun 4 , 1370.Xr tun 4 ,