summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-07-03 15:51:29 +0000
committerColin Watson <cjwatson@debian.org>2005-07-03 15:51:29 +0000
commiteec970fe1ff43ada8302d5841c7956ed4d1b4e54 (patch)
treeaeca347c3e3041a6315ece5964284da64f27ac9a /ssh.1
parent3fa5dc696b1bdf5eca90aca8c6213ceea187afbb (diff)
document change in ~/.ssh/config group-writability restrictions
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.12
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh.1 b/ssh.1
index f5df15c04..9b4daa36e 100644
--- a/ssh.1
+++ b/ssh.1
@@ -1002,6 +1002,8 @@ The file format and configuration options are described in
1002.Xr ssh_config 5 . 1002.Xr ssh_config 5 .
1003Because of the potential for abuse, this file must have strict permissions: 1003Because of the potential for abuse, this file must have strict permissions:
1004read/write for the user, and not accessible by others. 1004read/write for the user, and not accessible by others.
1005It may be group-writable provided that the group in question contains only
1006the user.
1005.It Pa $HOME/.ssh/authorized_keys 1007.It Pa $HOME/.ssh/authorized_keys
1006Lists the public keys (RSA/DSA) that can be used for logging in as this user. 1008Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1007The format of this file is described in the 1009The format of this file is described in the