diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 22:53:26 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 22:53:26 +0200 |
commit | 0076d75c253af56d178c584bd110425d884d9b9c (patch) | |
tree | 2818dc88bd9ca634c1cd2f84902005be0c922a81 /ssh.1 | |
parent | - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42 (diff) | |
download | openssh-0076d75c253af56d178c584bd110425d884d9b9c.tar.xz openssh-0076d75c253af56d178c584bd110425d884d9b9c.zip |
- markus@cvs.openbsd.org 2001/07/22 22:04:19
[readconf.c ssh.1]
enable challenge-response auth by default; ok millert@
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.121 2001/07/22 21:32:42 pvalchev Exp $ +.\" $OpenBSD: ssh.1,v 1.122 2001/07/22 22:04:19 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1012,15 +1012,12 @@ The default is Note that this option applies to protocol version 1 only. .It Cm ChallengeResponseAuthentication Specifies whether to use challenge response authentication. -Currently there is only support for -.Xr skey 1 -authentication. The argument to this keyword must be .Dq yes or .Dq no . The default is -.Dq no . +.Dq yes . .It Cm StrictHostKeyChecking If this flag is set to .Dq yes , |