|
|||||||||||
|
Re: Enabling Public key based and password based authentication at t he same time...
From: Ben Lindstrom <mouring(at)etoh.eviladmin.org>
Date: Mon Jun 09 2003 - 14:35:34 EDT Depending on the SSH client you can make use of this:
man ssh_config
PreferredAuthentications
Specifies the order in which the client should try protocol 2 au-
thentication methods. This allows a client to prefer one method
(e.g. keyboard-interactive) over another method (e.g. password)
The default for this option is: ``hostbased,publickey,keyboard-
interactive,password''.
ssh '-oPreferredAuthentications password' site.com or put it in your ssh_config as a host alias. On Mon, 9 Jun 2003, Anurag Bhatia wrote: > Hi all,
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:59 EDT |
||||||||||
|
|||||||||||