summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-19 23:59:11 +1100
committerDamien Miller <djm@mindrot.org>2001-03-19 23:59:11 +1100
commit1e42f30c4cd89275444fbfb8030814e07854901f (patch)
tree1544e3e4f1c4a5ef13f427bece480752c2922f43 /ssh.1
parenta243fde4773f4257feeeaf4f9a7a2e01bf68ca37 (diff)
- djm@cvs.openbsd.org 2001/03/19 05:49:52
[ssh.1] document PreferredAuthentications option; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 9 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index b4fc1a462..8a9fb653d 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.98 2001/03/08 00:15:48 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.99 2001/03/19 12:49:51 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -853,6 +853,14 @@ Note that this option applies to both protocol version 1 and 2.
853.It Cm Port 853.It Cm Port
854Specifies the port number to connect on the remote host. 854Specifies the port number to connect on the remote host.
855Default is 22. 855Default is 22.
856.It Cm PreferredAuthentications
857Specifies the order in which the client should try protocol 2
858authentication methods. This allows a client to prefer one method (e.g.
859.Cm keyboard-interactive )
860over another method (e.g.
861.Cm password )
862The default for this option is:
863.Dq publickey, password, keyboard-interactive
856.It Cm Protocol 864.It Cm Protocol
857Specifies the protocol versions 865Specifies the protocol versions
858.Nm 866.Nm