Make FallBackToRsh off by default. Falling back to rsh by default is

silly in this day and age.

Approved by: kris
This commit is contained in:
Peter Wemm 2000-07-11 09:39:34 +00:00
parent 4a1afa49fd
commit a3d6796930
2 changed files with 2 additions and 2 deletions

View File

@ -755,7 +755,7 @@ fill_default_options(Options * options)
if (options->rhosts_rsa_authentication == -1)
options->rhosts_rsa_authentication = 1;
if (options->fallback_to_rsh == -1)
options->fallback_to_rsh = 1;
options->fallback_to_rsh = 0;
if (options->use_rsh == -1)
options->use_rsh = 0;
if (options->batch_mode == -1)

View File

@ -21,7 +21,7 @@
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh yes
# FallBackToRsh no
# UseRsh no
# BatchMode no
# CheckHostIP yes