summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.17
1 files changed, 7 insertions, 0 deletions
diff --git a/ssh.1 b/ssh.1
index f4c677628..f7c65a372 100644
--- a/ssh.1
+++ b/ssh.1
@@ -502,6 +502,10 @@ per-host basis in the configuration file.
502.It Fl q 502.It Fl q
503Quiet mode. 503Quiet mode.
504Causes all warning and diagnostic messages to be suppressed. 504Causes all warning and diagnostic messages to be suppressed.
505Only fatal errors are displayed.
506If a second
507.Fl q
508is given then even fatal errors are suppressed.
505.It Fl R Xo 509.It Fl R Xo
506.Sm off 510.Sm off
507.Oo Ar bind_address : Oc 511.Oo Ar bind_address : Oc
@@ -1231,6 +1235,8 @@ The file format and configuration options are described in
1231.Xr ssh_config 5 . 1235.Xr ssh_config 5 .
1232Because of the potential for abuse, this file must have strict permissions: 1236Because of the potential for abuse, this file must have strict permissions:
1233read/write for the user, and not accessible by others. 1237read/write for the user, and not accessible by others.
1238It may be group-writable provided that the group in question contains only
1239the user.
1234.Pp 1240.Pp
1235.It ~/.ssh/environment 1241.It ~/.ssh/environment
1236Contains additional definitions for environment variables; see 1242Contains additional definitions for environment variables; see
@@ -1331,6 +1337,7 @@ manual page for more information.
1331.Xr sftp 1 , 1337.Xr sftp 1 ,
1332.Xr ssh-add 1 , 1338.Xr ssh-add 1 ,
1333.Xr ssh-agent 1 , 1339.Xr ssh-agent 1 ,
1340.Xr ssh-argv0 1 ,
1334.Xr ssh-keygen 1 , 1341.Xr ssh-keygen 1 ,
1335.Xr ssh-keyscan 1 , 1342.Xr ssh-keyscan 1 ,
1336.Xr tun 4 , 1343.Xr tun 4 ,