]> andersk Git - openssh.git/blobdiff - readconf.h
- markus@cvs.openbsd.org 2003/10/11 08:24:08
[openssh.git] / readconf.h
index 4e0b7431888ac5a095e7c20909c3aaa24a9e6f2f..8aab2e6066fda2caf39091276e81eb339e8a5323 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: readconf.h,v 1.51 2003/07/03 08:09:06 djm Exp $       */
+/*     $OpenBSD: readconf.h,v 1.56 2003/10/11 08:24:08 markus Exp $    */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -30,10 +30,10 @@ typedef struct {
 typedef struct {
        int     forward_agent;  /* Forward authentication agent. */
        int     forward_x11;    /* Forward X11 display. */
+       int     forward_x11_trusted;    /* Trust Forward X11 display. */
        char   *xauth_location; /* Location for xauth program */
        int     gateway_ports;  /* Allow remote connects to forwarded ports. */
        int     use_privileged_port;    /* Don't use privileged port if false. */
-       int     rhosts_authentication;  /* Try rhosts authentication. */
        int     rhosts_rsa_authentication;      /* Try rhosts with RSA
                                                 * authentication. */
        int     rsa_authentication;     /* Try RSA authentication. */
@@ -41,9 +41,8 @@ typedef struct {
        int     hostbased_authentication;       /* ssh2's rhosts_rsa */
        int     challenge_response_authentication;
                                        /* Try S/Key or TIS, authentication. */
-       int     kerberos_authentication;        /* Try Kerberos authentication. */
-       int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */
-       int     afs_token_passing;      /* Try AFS token passing. */
+       int     gss_authentication;     /* Try GSS authentication */
+       int     gss_deleg_creds;        /* Delegate GSS credentials */
        int     password_authentication;        /* Try password
                                                 * authentication. */
        int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */
This page took 0.034804 seconds and 4 git commands to generate.