diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-03-05 10:53:59 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-03-05 10:53:59 +0000 |
commit | 69671f292c5beefa6a50c8ff57a87f2b515f0950 (patch) | |
tree | 10f70bdc1e09d4e755f71c1d8711efdd5c3941f6 /usr.bin/ssh/readconf.h | |
parent | f27b58730fc040b378fef8693bbfc5023b7df0e1 (diff) |
add IdentitiesOnly; ok djm@, pb@
Diffstat (limited to 'usr.bin/ssh/readconf.h')
-rw-r--r-- | usr.bin/ssh/readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/readconf.h b/usr.bin/ssh/readconf.h index 3f27af9616a..93d833cee3d 100644 --- a/usr.bin/ssh/readconf.h +++ b/usr.bin/ssh/readconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.59 2003/12/16 15:49:51 markus Exp $ */ +/* $OpenBSD: readconf.h,v 1.60 2004/03/05 10:53:58 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -100,6 +100,7 @@ typedef struct { int enable_ssh_keysign; int rekey_limit; int no_host_authentication_for_localhost; + int identities_only; int server_alive_interval; int server_alive_count_max; } Options; |