diff options
author | Damien Miller <djm@mindrot.org> | 2008-02-10 22:46:22 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-02-10 22:46:22 +1100 |
commit | 520e61552a67c95dcf9b423241a0e4454ae911ef (patch) | |
tree | 447297218be1a40bbdb2fdf85e1306b557225eca | |
parent | 70433b5d7310b03a02424fecf7f40a756fee22ae (diff) |
- mcbride@cvs.openbsd.org 2008/02/09 12:15:43
[ssh.1 sshd.8]
Document the correct permissions for the ~/.ssh/ directory.
ok jmc
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 11 | ||||
-rw-r--r-- | sshd.8 | 11 |
3 files changed, 23 insertions, 5 deletions
@@ -71,6 +71,10 @@ | |||
71 | - markus@cvs.openbsd.org 2008/02/04 21:53:00 | 71 | - markus@cvs.openbsd.org 2008/02/04 21:53:00 |
72 | [session.c sftp-server.c sftp.h] | 72 | [session.c sftp-server.c sftp.h] |
73 | link sftp-server into sshd; feedback and ok djm@ | 73 | link sftp-server into sshd; feedback and ok djm@ |
74 | - mcbride@cvs.openbsd.org 2008/02/09 12:15:43 | ||
75 | [ssh.1 sshd.8] | ||
76 | Document the correct permissions for the ~/.ssh/ directory. | ||
77 | ok jmc | ||
74 | 78 | ||
75 | 20080119 | 79 | 20080119 |
76 | - (djm) Silence noice from expr in ssh-copy-id; patch from | 80 | - (djm) Silence noice from expr in ssh-copy-id; patch from |
@@ -3599,4 +3603,4 @@ | |||
3599 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3603 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3600 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3604 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3601 | 3605 | ||
3602 | $Id: ChangeLog,v 1.4834 2008/02/10 11:29:40 djm Exp $ | 3606 | $Id: ChangeLog,v 1.4835 2008/02/10 11:46:22 djm Exp $ |
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.271 2008/01/19 19:13:28 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.272 2008/02/09 12:15:43 mcbride Exp $ |
38 | .Dd $Mdocdate: January 19 2008 $ | 38 | .Dd $Mdocdate: February 9 2008 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -1245,6 +1245,13 @@ This file is used in exactly the same way as | |||
1245 | but allows host-based authentication without permitting login with | 1245 | but allows host-based authentication without permitting login with |
1246 | rlogin/rsh. | 1246 | rlogin/rsh. |
1247 | .Pp | 1247 | .Pp |
1248 | .It ~/.ssh/ | ||
1249 | This directory is the default location for all user-specific configuration | ||
1250 | and authentication information. | ||
1251 | There is no general requirement to keep the entire contents of this directory | ||
1252 | secret, but the recommended permissions are read/write/execute for the user, | ||
1253 | and not accessible by others. | ||
1254 | .Pp | ||
1248 | .It ~/.ssh/authorized_keys | 1255 | .It ~/.ssh/authorized_keys |
1249 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. | 1256 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. |
1250 | The format of this file is described in the | 1257 | The format of this file is described in the |
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.237 2007/06/07 19:37:34 pvalchev Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.238 2008/02/09 12:15:43 mcbride Exp $ |
38 | .Dd $Mdocdate: June 11 2007 $ | 38 | .Dd $Mdocdate: February 9 2008 $ |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -682,6 +682,13 @@ This file is used in exactly the same way as | |||
682 | but allows host-based authentication without permitting login with | 682 | but allows host-based authentication without permitting login with |
683 | rlogin/rsh. | 683 | rlogin/rsh. |
684 | .Pp | 684 | .Pp |
685 | .It ~/.ssh/ | ||
686 | This directory is the default location for all user-specific configuration | ||
687 | and authentication information. | ||
688 | There is no general requirement to keep the entire contents of this directory | ||
689 | secret, but the recommended permissions are read/write/execute for the user, | ||
690 | and not accessible by others. | ||
691 | .Pp | ||
685 | .It ~/.ssh/authorized_keys | 692 | .It ~/.ssh/authorized_keys |
686 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. | 693 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. |
687 | The format of this file is described above. | 694 | The format of this file is described above. |