summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 8 insertions, 0 deletions
diff --git a/ssh.1 b/ssh.1
index 1bf6b5e1c..33b8a4cda 100644
--- a/ssh.1
+++ b/ssh.1
@@ -507,6 +507,11 @@ per-host basis in the configuration file.
507.It Fl q 507.It Fl q
508Quiet mode. 508Quiet mode.
509Causes all warning and diagnostic messages to be suppressed. 509Causes all warning and diagnostic messages to be suppressed.
510Only fatal errors are displayed.
511If a second
512.Fl q
513is given then even fatal errors are suppressed, except for those produced
514due solely to bad arguments.
510.It Fl R Xo 515.It Fl R Xo
511.Sm off 516.Sm off
512.Oo Ar bind_address : Oc 517.Oo Ar bind_address : Oc
@@ -1259,6 +1264,8 @@ The file format and configuration options are described in
1259.Xr ssh_config 5 . 1264.Xr ssh_config 5 .
1260Because of the potential for abuse, this file must have strict permissions: 1265Because of the potential for abuse, this file must have strict permissions:
1261read/write for the user, and not accessible by others. 1266read/write for the user, and not accessible by others.
1267It may be group-writable provided that the group in question contains only
1268the user.
1262.Pp 1269.Pp
1263.It ~/.ssh/environment 1270.It ~/.ssh/environment
1264Contains additional definitions for environment variables; see 1271Contains additional definitions for environment variables; see
@@ -1359,6 +1366,7 @@ manual page for more information.
1359.Xr sftp 1 , 1366.Xr sftp 1 ,
1360.Xr ssh-add 1 , 1367.Xr ssh-add 1 ,
1361.Xr ssh-agent 1 , 1368.Xr ssh-agent 1 ,
1369.Xr ssh-argv0 1 ,
1362.Xr ssh-keygen 1 , 1370.Xr ssh-keygen 1 ,
1363.Xr ssh-keyscan 1 , 1371.Xr ssh-keyscan 1 ,
1364.Xr tun 4 , 1372.Xr tun 4 ,