diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-05-01 01:18:22 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-01 02:05:00 +0200 |
commit | 788ac799a6efa40517f2ac0d895a610394298ffc (patch) | |
tree | 29e320f7adeb31b2febfa08cc60b6c578263dfc6 /readconf.h | |
parent | upstream commit (diff) | |
download | openssh-788ac799a6efa40517f2ac0d895a610394298ffc.tar.xz openssh-788ac799a6efa40517f2ac0d895a610394298ffc.zip |
upstream commit
remove SSHv1 configuration options and man pages bits
ok markus@
Upstream-ID: 84638c23546c056727b7a7d653c72574e0f19424
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/readconf.h b/readconf.h index c2ffd9ed4..f47f53402 100644 --- a/readconf.h +++ b/readconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.120 2017/04/30 23:15:04 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.121 2017/04/30 23:18:22 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -37,9 +37,6 @@ typedef struct { char *xauth_location; /* Location for xauth program */ struct ForwardOptions fwd_opts; /* forwarding options */ int use_privileged_port; /* Don't use privileged port if false. */ - int rhosts_rsa_authentication; /* Try rhosts with RSA - * authentication. */ - int rsa_authentication; /* Try RSA authentication. */ int pubkey_authentication; /* Try ssh2 pubkey authentication. */ int hostbased_authentication; /* ssh2's rhosts_rsa */ int challenge_response_authentication; @@ -54,8 +51,6 @@ typedef struct { int check_host_ip; /* Also keep track of keys for IP address */ int strict_host_key_checking; /* Strict host key checking. */ int compression; /* Compress packets in both directions. */ - int compression_level; /* Compression level 1 (fast) to 9 - * (best). */ int tcp_keep_alive; /* Set SO_KEEPALIVE. */ int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ int ip_qos_bulk; /* IP ToS/DSCP/class for bulk traffic */ |