diff options
author | 2001-03-19 12:49:51 +0000 | |
---|---|---|
committer | 2001-03-19 12:49:51 +0000 | |
commit | f0edfe56b541ec47e901f3c9f05f1bb74e85c03a (patch) | |
tree | daa4fd31b36ed120cb0e8c14e2a7a62016ae5cfb /usr.bin/ssh | |
parent | Document permitopen authorized_keys option; ok markus@ (diff) | |
download | wireguard-openbsd-f0edfe56b541ec47e901f3c9f05f1bb74e85c03a.tar.xz wireguard-openbsd-f0edfe56b541ec47e901f3c9f05f1bb74e85c03a.zip |
document PreferredAuthentications options; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index b4fc1a462f5..8a9fb653d18 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/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.98 2001/03/08 00:15:48 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.99 2001/03/19 12:49:51 djm Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -853,6 +853,14 @@ Note that this option applies to both protocol version 1 and 2. .It Cm Port Specifies the port number to connect on the remote host. Default is 22. +.It Cm PreferredAuthentications +Specifies the order in which the client should try protocol 2 +authentication methods. This allows a client to prefer one method (e.g. +.Cm keyboard-interactive ) +over another method (e.g. +.Cm password ) +The default for this option is: +.Dq publickey, password, keyboard-interactive .It Cm Protocol Specifies the protocol versions .Nm |