diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:28:49 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:28:49 +0000 |
commit | ad22e48f1aa1a1e23017e0555540d2d6b61ced1d (patch) | |
tree | 7f4db193e6aaf3390a97bd79900d7d352cafa0e6 /sshd.0 | |
parent | 490bfaade9fd39fe364761a9abb9e53381c5571c (diff) | |
download | src-ad22e48f1aa1a1e23017e0555540d2d6b61ced1d.tar.gz src-ad22e48f1aa1a1e23017e0555540d2d6b61ced1d.zip |
Notes
Diffstat (limited to 'sshd.0')
-rw-r--r-- | sshd.0 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -313,6 +313,9 @@ AUTHORIZED_KEYS FILE FORMAT no-pty Prevents tty allocation (a request to allocate a pty will fail). + no-user-rc + Disables execution of ~/.ssh/rc. + no-X11-forwarding Forbids X11 forwarding when this key is used for authentication. Any X11 forward requests by the client will return an error. @@ -417,6 +420,13 @@ FILES host-based authentication without permitting login with rlogin/rsh. + ~/.ssh/ + This directory is the default location for all user-specific con- + figuration and authentication information. There is no general + requirement to keep the entire contents of this directory secret, + but the recommended permissions are read/write/execute for the + user, and not accessible by others. + ~/.ssh/authorized_keys Lists the public keys (RSA/DSA) that can be used for logging in as this user. The format of this file is described above. The @@ -542,4 +552,4 @@ CAVEATS System security is not improved unless rshd, rlogind, and rexecd are dis- abled (thus completely disabling rlogin and rsh into the machine). -OpenBSD 4.2 August 16, 2007 9 +OpenBSD 4.3 March 27, 2008 9 |