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 b0749763b..9ce28be69 100644
--- a/ssh.1
+++ b/ssh.1
@@ -742,6 +742,10 @@ per-host basis in the configuration file.
742.It Fl q 742.It Fl q
743Quiet mode. 743Quiet mode.
744Causes all warning and diagnostic messages to be suppressed. 744Causes all warning and diagnostic messages to be suppressed.
745Only fatal errors are displayed.
746If a second
747.Fl q
748is given then even fatal errors are suppressed.
745.It Fl R Xo 749.It Fl R Xo
746.Sm off 750.Sm off
747.Oo Ar bind_address : Oc 751.Oo Ar bind_address : Oc
@@ -1004,6 +1008,8 @@ The file format and configuration options are described in
1004.Xr ssh_config 5 . 1008.Xr ssh_config 5 .
1005Because of the potential for abuse, this file must have strict permissions: 1009Because of the potential for abuse, this file must have strict permissions:
1006read/write for the user, and not accessible by others. 1010read/write for the user, and not accessible by others.
1011It may be group-writable provided that the group in question contains only
1012the user.
1007.It Pa ~/.ssh/authorized_keys 1013.It Pa ~/.ssh/authorized_keys
1008Lists the public keys (RSA/DSA) that can be used for logging in as this user. 1014Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1009The format of this file is described in the 1015The format of this file is described in the
@@ -1163,6 +1169,7 @@ if an error occurred.
1163.Xr sftp 1 , 1169.Xr sftp 1 ,
1164.Xr ssh-add 1 , 1170.Xr ssh-add 1 ,
1165.Xr ssh-agent 1 , 1171.Xr ssh-agent 1 ,
1172.Xr ssh-argv0 1 ,
1166.Xr ssh-keygen 1 , 1173.Xr ssh-keygen 1 ,
1167.Xr telnet 1 , 1174.Xr telnet 1 ,
1168.Xr hosts.equiv 5 , 1175.Xr hosts.equiv 5 ,