summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.110
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de535ef8..456d2cdbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,9 @@
24 - djm@cvs.openbsd.org 2001/03/19 12:10:17 24 - djm@cvs.openbsd.org 2001/03/19 12:10:17
25 [sshd.8] 25 [sshd.8]
26 Document permitopen authorized_keys option; ok markus@ 26 Document permitopen authorized_keys option; ok markus@
27 - djm@cvs.openbsd.org 2001/03/19 05:49:52
28 [ssh.1]
29 document PreferredAuthentications option; ok markus@
27 30
2820010318 3120010318
29 - (bal) Fixed scp type casing issue which causes "scp: protocol error: 32 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
@@ -4623,4 +4626,4 @@
4623 - Wrote replacements for strlcpy and mkdtemp 4626 - Wrote replacements for strlcpy and mkdtemp
4624 - Released 1.0pre1 4627 - Released 1.0pre1
4625 4628
4626$Id: ChangeLog,v 1.983 2001/03/19 12:16:14 djm Exp $ 4629$Id: ChangeLog,v 1.984 2001/03/19 12:59:11 djm Exp $
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