summaryrefslogtreecommitdiffstats
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 21:37:25 +0200
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 21:37:25 +0200
commit1bfe29151b064d3e1f56c4c45b7f5b74369fcc37 (patch)
tree47e96d7fb67dce7e4b9e517fb2b7d7529756cabd /ssh.1
parent - markus@cvs.openbsd.org 2001/05/19 16:08:43 (diff)
downloadopenssh-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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 433d41e78..da1a4c7bd 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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