summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:37:25 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:37:25 +0000
commit1bfe29151b064d3e1f56c4c45b7f5b74369fcc37 (patch)
tree47e96d7fb67dce7e4b9e517fb2b7d7529756cabd /ssh.1
parent608d1d1f9b4e1531cd1124dc0df4d38fa56a0712 (diff)
- 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 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.111 2001/05/17 21:34:15 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.112 2001/05/19 16:32:16 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -812,7 +812,7 @@ The argument must be
812or 812or
813.Dq no . 813.Dq no .
814The default is 814The default is
815.Dq yes . 815.Dq no .
816This option applies to protocol version 2 only and 816This option applies to protocol version 2 only and
817is similar to 817is similar to
818.Cm RhostsRSAAuthentication . 818.Cm RhostsRSAAuthentication .
@@ -925,7 +925,7 @@ authentication methods. This allows a client to prefer one method (e.g.
925over another method (e.g. 925over another method (e.g.
926.Cm password ) 926.Cm password )
927The default for this option is: 927The default for this option is:
928.Dq publickey,password,keyboard-interactive 928.Dq publickey,hostbased,password,keyboard-interactive
929.It Cm Protocol 929.It Cm Protocol
930Specifies the protocol versions 930Specifies the protocol versions
931.Nm 931.Nm