diff options
author | Damien Miller <djm@mindrot.org> | 2004-03-08 13:12:36 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-03-08 13:12:36 +0100 |
commit | bd394c329b2356cc29fe76cc02ff1c63d3e8cd3c (patch) | |
tree | ec0bdc10f33a4dad4bb1da30092c35981b867878 /readconf.h | |
parent | - djm@cvs.openbsd.org 2004/03/03 09:31:20 (diff) | |
download | openssh-bd394c329b2356cc29fe76cc02ff1c63d3e8cd3c.tar.xz openssh-bd394c329b2356cc29fe76cc02ff1c63d3e8cd3c.zip |
- markus@cvs.openbsd.org 2004/03/05 10:53:58
[readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c]
add IdentitiesOnly; ok djm@, pb@
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index 3f27af961..93d833cee 100644 --- a/readconf.h +++ b/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; |