]> andersk Git - openssh.git/blobdiff - servconf.h
- (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.spec
[openssh.git] / servconf.h
index c94f541d0ccfe46fb00f2c28be1813e5c98a2aa4..024987dd6983cfd8a743115e9451f29a97d6cc9b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.58 2002/06/20 23:05:55 markus Exp $    */
+/*     $OpenBSD: servconf.h,v 1.59 2002/07/30 17:03:55 markus Exp $    */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -97,6 +97,7 @@ typedef struct {
        int     challenge_response_authentication;
        int     permit_empty_passwd;    /* If false, do not permit empty
                                         * passwords. */
+       int     permit_user_env;        /* If true, read ~/.ssh/environment */
        int     use_login;      /* If true, login(1) is used */
        int     compression;    /* If true, compression is allowed */
        int     allow_tcp_forwarding;
This page took 0.044211 seconds and 4 git commands to generate.