summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 17:47:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 17:47:47 +0000
commit38b951cdb22cde13e1c625a85769be03e7d35b4d (patch)
tree0995adff1b2dd0b8c716792326f50f6ba96d25fa /sshd.8
parent4a4bd719ea926739cea6ec8704b2ecc60553e8bc (diff)
- markus@cvs.openbsd.org 2001/12/01 21:41:48
[session.c sshd.8] don't pass user defined variables to /usr/bin/login
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index d7e5937cf..a3826fa80 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.154 2001/11/07 22:12:01 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.155 2001/12/01 21:41:48 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -1014,6 +1014,9 @@ logging in using this key.
1014Environment variables set this way 1014Environment variables set this way
1015override other default environment values. 1015override other default environment values.
1016Multiple options of this type are permitted. 1016Multiple options of this type are permitted.
1017This option is automatically disabled if
1018.Cm UseLogin
1019is enabled.
1017.It Cm no-port-forwarding 1020.It Cm no-port-forwarding
1018Forbids TCP/IP forwarding when this key is used for authentication. 1021Forbids TCP/IP forwarding when this key is used for authentication.
1019Any port forward requests by the client will return an error. 1022Any port forward requests by the client will return an error.