From 610201f50fdb0594e9885594b69e4ee69c71dd08 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 23 Jun 2002 14:01:54 +0000 Subject: Vendor import of OpenSSH 3.3. --- crypto/openssh/readconf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/openssh/readconf.h') diff --git a/crypto/openssh/readconf.h b/crypto/openssh/readconf.h index 4fa9040..92af535 100644 --- a/crypto/openssh/readconf.h +++ b/crypto/openssh/readconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.42 2002/03/04 17:27:39 stevesk Exp $ */ +/* $OpenBSD: readconf.h,v 1.43 2002/06/08 05:17:01 markus Exp $ */ /* * Author: Tatu Ylonen @@ -54,8 +54,6 @@ typedef struct { * authentication. */ int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ - int fallback_to_rsh;/* Use rsh if cannot connect with ssh. */ - int use_rsh; /* Always use rsh (don\'t try ssh). */ int batch_mode; /* Batch mode: do not ask for passwords. */ int check_host_ip; /* Also keep track of keys for IP address */ int strict_host_key_checking; /* Strict host key checking. */ -- cgit v1.1