summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-04-06 11:14:35 +0000
committerColin Watson <cjwatson@debian.org>2008-04-06 11:14:35 +0000
commit0df2e6b41de8b35845aa2f297ef8d39b85ba3d47 (patch)
tree70f474ce5abb6147c4a45ce9b00b34797e6a4f44 /sshd.8
parentbfb5ee9d4b1a9dae5bc984975a9cf6c07a86492f (diff)
Backport from 4.9p1:
- Ignore ~/.ssh/rc if a sshd_config ForcedCommand is specified (see http://www.securityfocus.com/bid/28531/info). - Add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.83
1 files changed, 3 insertions, 0 deletions
diff --git a/sshd.8 b/sshd.8
index 476474837..42f1cf7c5 100644
--- a/sshd.8
+++ b/sshd.8
@@ -534,6 +534,9 @@ This might be used, e.g. in connection with the
534option. 534option.
535.It Cm no-pty 535.It Cm no-pty
536Prevents tty allocation (a request to allocate a pty will fail). 536Prevents tty allocation (a request to allocate a pty will fail).
537.It Cm no-user-rc
538Disables execution of
539.Pa ~/.ssh/rc .
537.It Cm no-X11-forwarding 540.It Cm no-X11-forwarding
538Forbids X11 forwarding when this key is used for authentication. 541Forbids X11 forwarding when this key is used for authentication.
539Any X11 forward requests by the client will return an error. 542Any X11 forward requests by the client will return an error.