- markus@cvs.openbsd.org 2002/06/08 05:41:18
[ssh_config] remove FallBackToRsh/UseRsh
This commit is contained in:
parent
1c2bafebb3
commit
7a7483d72e
|
@ -12,6 +12,9 @@
|
|||
- markus@cvs.openbsd.org 2002/06/08 05:40:01
|
||||
[readconf.c]
|
||||
just warn about Deprecated options for now
|
||||
- markus@cvs.openbsd.org 2002/06/08 05:41:18
|
||||
[ssh_config]
|
||||
remove FallBackToRsh/UseRsh
|
||||
|
||||
20020607
|
||||
- (bal) Removed --{enable/disable}-suid-ssh
|
||||
|
@ -843,4 +846,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2192 2002/06/09 20:04:50 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2193 2002/06/09 20:05:35 mouring Exp $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue