diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 17:47:47 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 17:47:47 +0000 |
commit | 38b951cdb22cde13e1c625a85769be03e7d35b4d (patch) | |
tree | 0995adff1b2dd0b8c716792326f50f6ba96d25fa /sshd.8 | |
parent | 4a4bd719ea926739cea6ec8704b2ecc60553e8bc (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.8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -34,7 +34,7 @@ .\" (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.154 2001/11/07 22:12:01 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.155 2001/12/01 21:41:48 markus Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -1014,6 +1014,9 @@ logging in using this key. Environment variables set this way override other default environment values. Multiple options of this type are permitted. +This option is automatically disabled if +.Cm UseLogin +is enabled. .It Cm no-port-forwarding Forbids TCP/IP forwarding when this key is used for authentication. Any port forward requests by the client will return an error. |