summaryrefslogtreecommitdiffstats
path: root/sshd.0
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.0')
-rw-r--r--sshd.012
1 files changed, 11 insertions, 1 deletions
diff --git a/sshd.0 b/sshd.0
index d2ffaac..3e0f36b 100644
--- a/sshd.0
+++ b/sshd.0
@@ -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
OpenPOWER on IntegriCloud