=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/readconf.h 1999/10/06 20:07:42 1.6 +++ src/usr.bin/ssh/readconf.h 1999/10/12 21:04:22 1.7 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: readconf.h,v 1.6 1999/10/06 20:07:42 dugsong Exp $"); */ +/* RCSID("$Id: readconf.h,v 1.7 1999/10/12 21:04:22 markus Exp $"); */ #ifndef READCONF_H #define READCONF_H @@ -34,6 +34,7 @@ int forward_agent; /* Forward authentication agent. */ int forward_x11; /* Forward X11 display. */ 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. */