]> andersk Git - openssh.git/blobdiff - servconf.h
- (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.spec
[openssh.git] / servconf.h
index c4e5b5f42bf388e51103f9248d3ac808a00ded0a..024987dd6983cfd8a743115e9451f29a97d6cc9b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.57 2002/03/20 19:12:25 stevesk Exp $   */
+/*     $OpenBSD: servconf.h,v 1.59 2002/07/30 17:03:55 markus Exp $    */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -97,7 +97,9 @@ 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;
        u_int num_allow_users;
        char   *allow_users[MAX_ALLOW_USERS];
This page took 0.267515 seconds and 4 git commands to generate.