diff options
-rw-r--r-- | ssh.1 | 2 | ||||
-rw-r--r-- | ssh_config.5 | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1002,6 +1002,8 @@ The file format and configuration options are described in | |||
1002 | .Xr ssh_config 5 . | 1002 | .Xr ssh_config 5 . |
1003 | Because of the potential for abuse, this file must have strict permissions: | 1003 | Because of the potential for abuse, this file must have strict permissions: |
1004 | read/write for the user, and not accessible by others. | 1004 | read/write for the user, and not accessible by others. |
1005 | It may be group-writable provided that the group in question contains only | ||
1006 | the user. | ||
1005 | .It Pa $HOME/.ssh/authorized_keys | 1007 | .It Pa $HOME/.ssh/authorized_keys |
1006 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. | 1008 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. |
1007 | The format of this file is described in the | 1009 | The format of this file is described in the |
diff --git a/ssh_config.5 b/ssh_config.5 index 9c277a66f..03801f5ac 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -903,6 +903,8 @@ This file is used by the | |||
903 | client. | 903 | client. |
904 | Because of the potential for abuse, this file must have strict permissions: | 904 | Because of the potential for abuse, this file must have strict permissions: |
905 | read/write for the user, and not accessible by others. | 905 | read/write for the user, and not accessible by others. |
906 | It may be group-writable provided that the group in question contains only | ||
907 | the user. | ||
906 | .It Pa /etc/ssh/ssh_config | 908 | .It Pa /etc/ssh/ssh_config |
907 | Systemwide configuration file. | 909 | Systemwide configuration file. |
908 | This file provides defaults for those | 910 | This file provides defaults for those |