summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-09 20:04:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-09 20:04:02 +0000
commit4daea86fd45a588acdb1036f8458e88dccffcdd3 (patch)
tree367f4ac6f277efd2cc1197db6e39a6153d8f3b57 /readconf.h
parenta20715788dc44ed629e4320d7e9af4e285a559ab (diff)
- markus@cvs.openbsd.org 2002/06/08 05:17:01
[readconf.c readconf.h ssh.1 ssh.c] deprecate FallBackToRsh and UseRsh; patch from djm@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/readconf.h b/readconf.h
index 4fa9040c9..92af535d0 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.42 2002/03/04 17:27:39 stevesk Exp $ */ 1/* $OpenBSD: readconf.h,v 1.43 2002/06/08 05:17:01 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -54,8 +54,6 @@ typedef struct {
54 * authentication. */ 54 * authentication. */
55 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ 55 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */
56 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ 56 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */
57 int fallback_to_rsh;/* Use rsh if cannot connect with ssh. */
58 int use_rsh; /* Always use rsh (don\'t try ssh). */
59 int batch_mode; /* Batch mode: do not ask for passwords. */ 57 int batch_mode; /* Batch mode: do not ask for passwords. */
60 int check_host_ip; /* Also keep track of keys for IP address */ 58 int check_host_ip; /* Also keep track of keys for IP address */
61 int strict_host_key_checking; /* Strict host key checking. */ 59 int strict_host_key_checking; /* Strict host key checking. */