diff options
author | Damien Miller <djm@mindrot.org> | 2008-03-27 01:03:05 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-03-27 01:03:05 +0100 |
commit | 95e80955f27d55c7a02724e72bdcb1a4ca619f25 (patch) | |
tree | 1fa829fa8a4d5aa4ae93ab18b3b2f7a141e04cb9 /sshd.8 | |
parent | - djm@cvs.openbsd.org 2008/03/25 23:01:41 (diff) | |
download | openssh-95e80955f27d55c7a02724e72bdcb1a4ca619f25.tar.xz openssh-95e80955f27d55c7a02724e72bdcb1a4ca619f25.zip |
- djm@cvs.openbsd.org 2008/03/26 21:28:14
[auth-options.c auth-options.h session.c sshd.8]
add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
Diffstat (limited to '')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.239 2008/02/11 07:58:28 jmc Exp $ -.Dd $Mdocdate: February 11 2008 $ +.\" $OpenBSD: sshd.8,v 1.240 2008/03/26 21:28:14 djm Exp $ +.Dd $Mdocdate: March 26 2008 $ .Dt SSHD 8 .Os .Sh NAME @@ -531,6 +531,9 @@ This might be used, e.g. in connection with the option. .It Cm no-pty Prevents tty allocation (a request to allocate a pty will fail). +.It Cm no-user-rc +Disables execution of +.Pa ~/.ssh/rc . .It Cm no-X11-forwarding Forbids X11 forwarding when this key is used for authentication. Any X11 forward requests by the client will return an error. |