diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 21:37:25 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 21:37:25 +0200 |
commit | 1bfe29151b064d3e1f56c4c45b7f5b74369fcc37 (patch) | |
tree | 47e96d7fb67dce7e4b9e517fb2b7d7529756cabd /ssh.1 | |
parent | - markus@cvs.openbsd.org 2001/05/19 16:08:43 (diff) | |
download | openssh-1bfe29151b064d3e1f56c4c45b7f5b74369fcc37.tar.xz openssh-1bfe29151b064d3e1f56c4c45b7f5b74369fcc37.zip |
- markus@cvs.openbsd.org 2001/05/19 16:32:16
[ssh.1 sshconnect2.c]
change preferredauthentication order to
publickey,hostbased,password,keyboard-interactive
document that hostbased defaults to no, document order
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 6 |
1 files changed, 3 insertions, 3 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.111 2001/05/17 21:34:15 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.112 2001/05/19 16:32:16 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -812,7 +812,7 @@ The argument must be or .Dq no . The default is -.Dq yes . +.Dq no . This option applies to protocol version 2 only and is similar to .Cm RhostsRSAAuthentication . @@ -925,7 +925,7 @@ authentication methods. This allows a client to prefer one method (e.g. over another method (e.g. .Cm password ) The default for this option is: -.Dq publickey,password,keyboard-interactive +.Dq publickey,hostbased,password,keyboard-interactive .It Cm Protocol Specifies the protocol versions .Nm |