summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authormouring <mouring>2002-06-09 20:04:02 +0000
committermouring <mouring>2002-06-09 20:04:02 +0000
commitada8b3d5140544e1f2486862bc7b95d2c9c26aca (patch)
treea56a7a3d4bfcad3b3cf1e510fe6145c2418d67ed /readconf.h
parent4d05a05c3c6d888ce053c508f81248cf55d3f28e (diff)
downloadopenssh-ada8b3d5140544e1f2486862bc7b95d2c9c26aca.tar.gz
- 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 4fa9040c..92af535d 100644
--- a/readconf.h
+++ b/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 <ylo@cs.hut.fi>
@@ -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. */