diff options
author | Colin Watson <cjwatson@debian.org> | 2008-04-06 11:14:35 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-04-06 11:14:35 +0000 |
commit | 0df2e6b41de8b35845aa2f297ef8d39b85ba3d47 (patch) | |
tree | 70f474ce5abb6147c4a45ce9b00b34797e6a4f44 /sshd.8 | |
parent | bfb5ee9d4b1a9dae5bc984975a9cf6c07a86492f (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.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -534,6 +534,9 @@ This might be used, e.g. in connection with the | |||
534 | option. | 534 | option. |
535 | .It Cm no-pty | 535 | .It Cm no-pty |
536 | Prevents tty allocation (a request to allocate a pty will fail). | 536 | Prevents tty allocation (a request to allocate a pty will fail). |
537 | .It Cm no-user-rc | ||
538 | Disables execution of | ||
539 | .Pa ~/.ssh/rc . | ||
537 | .It Cm no-X11-forwarding | 540 | .It Cm no-X11-forwarding |
538 | Forbids X11 forwarding when this key is used for authentication. | 541 | Forbids X11 forwarding when this key is used for authentication. |
539 | Any X11 forward requests by the client will return an error. | 542 | Any X11 forward requests by the client will return an error. |