diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 10 |
2 files changed, 13 insertions, 2 deletions
@@ -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 | ||
28 | 20010318 | 31 | 20010318 |
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 $ |
@@ -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 |
854 | Specifies the port number to connect on the remote host. | 854 | Specifies the port number to connect on the remote host. |
855 | Default is 22. | 855 | Default is 22. |
856 | .It Cm PreferredAuthentications | ||
857 | Specifies the order in which the client should try protocol 2 | ||
858 | authentication methods. This allows a client to prefer one method (e.g. | ||
859 | .Cm keyboard-interactive ) | ||
860 | over another method (e.g. | ||
861 | .Cm password ) | ||
862 | The default for this option is: | ||
863 | .Dq publickey, password, keyboard-interactive | ||
856 | .It Cm Protocol | 864 | .It Cm Protocol |
857 | Specifies the protocol versions | 865 | Specifies the protocol versions |
858 | .Nm | 866 | .Nm |