diff options
author | 2002-06-08 05:41:18 +0000 | |
---|---|---|
committer | 2002-06-08 05:41:18 +0000 | |
commit | fe2df954068f22dce1eb84e4efc6a79f8ef43463 (patch) | |
tree | 75d22fc431506f02dbdf76fd0e1185d028591a29 | |
parent | just warn about Deprecated options for now (diff) | |
download | wireguard-openbsd-fe2df954068f22dce1eb84e4efc6a79f8ef43463.tar.xz wireguard-openbsd-fe2df954068f22dce1eb84e4efc6a79f8ef43463.zip |
remove FallBackToRsh/UseRsh
-rw-r--r-- | usr.bin/ssh/ssh_config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index a8a8d72abfc..2a484d90c26 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $ +# $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus Exp $ # This is the ssh client system-wide configuration file. See ssh(1) # for more information. This file provides defaults for users, and @@ -22,8 +22,6 @@ # RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes -# FallBackToRsh no -# UseRsh no # BatchMode no # CheckHostIP yes # StrictHostKeyChecking ask |