diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -742,6 +742,10 @@ per-host basis in the configuration file. | |||
742 | .It Fl q | 742 | .It Fl q |
743 | Quiet mode. | 743 | Quiet mode. |
744 | Causes all warning and diagnostic messages to be suppressed. | 744 | Causes all warning and diagnostic messages to be suppressed. |
745 | Only fatal errors are displayed. | ||
746 | If a second | ||
747 | .Fl q | ||
748 | is 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 . |
1005 | Because of the potential for abuse, this file must have strict permissions: | 1009 | Because of the potential for abuse, this file must have strict permissions: |
1006 | read/write for the user, and not accessible by others. | 1010 | read/write for the user, and not accessible by others. |
1011 | It may be group-writable provided that the group in question contains only | ||
1012 | the user. | ||
1007 | .It Pa ~/.ssh/authorized_keys | 1013 | .It Pa ~/.ssh/authorized_keys |
1008 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. | 1014 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. |
1009 | The format of this file is described in the | 1015 | The 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 , |