]> andersk Git - openssh.git/blobdiff - servconf.h
- (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.spec
[openssh.git] / servconf.h
index b5d110a5a69c1f8d5e67b2d7eb647c9107778ffc..024987dd6983cfd8a743115e9451f29a97d6cc9b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.55 2002/03/18 17:50:31 provos 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];
@@ -130,10 +132,6 @@ typedef struct {
        char   *authorized_keys_file;   /* File containing public keys */
        char   *authorized_keys_file2;
        int     pam_authentication_via_kbd_int;
-
-       int     unprivileged_user;      /* User unprivileged child uses */
-       int     unprivileged_group;     /* Group unprivileged child uses */
-       char   *unprivileged_dir;       /* Chroot dir for unprivileged user */
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.214343 seconds and 4 git commands to generate.