diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 18:39:10 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 18:39:10 +0000 |
commit | c4bcb7d9e3a381a4dd5048ee23e4bd2cd6023de7 (patch) | |
tree | 85de5cda6086311e88f1d7ced11b8194203f9e18 | |
parent | 36fb6e5862e8cdba5ae0fd7c4ed68a8943d7d4fa (diff) |
- markus@cvs.openbsd.org 2001/05/17 21:34:15
[ssh.1]
no spaces in PreferredAuthentications;
meixner@rbg.informatik.tu-darmstadt.de
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20010606 | ||
2 | - OpenBSD CVS Sync | ||
3 | - markus@cvs.openbsd.org 2001/05/17 21:34:15 | ||
4 | [ssh.1] | ||
5 | no spaces in PreferredAuthentications; | ||
6 | meixner@rbg.informatik.tu-darmstadt.de | ||
1 | 20010528 | 7 | 20010528 |
2 | - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c | 8 | - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c |
3 | Patch by Corinna Vinschen <vinschen@redhat.com> | 9 | Patch by Corinna Vinschen <vinschen@redhat.com> |
@@ -5427,4 +5433,4 @@ | |||
5427 | - Wrote replacements for strlcpy and mkdtemp | 5433 | - Wrote replacements for strlcpy and mkdtemp |
5428 | - Released 1.0pre1 | 5434 | - Released 1.0pre1 |
5429 | 5435 | ||
5430 | $Id: ChangeLog,v 1.1226 2001/05/28 17:17:34 tim Exp $ | 5436 | $Id: ChangeLog,v 1.1227 2001/06/05 18:39:10 mouring 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.110 2001/05/15 22:04:01 deraadt Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.111 2001/05/17 21:34:15 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -925,7 +925,7 @@ authentication methods. This allows a client to prefer one method (e.g. | |||
925 | over another method (e.g. | 925 | over another method (e.g. |
926 | .Cm password ) | 926 | .Cm password ) |
927 | The default for this option is: | 927 | The default for this option is: |
928 | .Dq publickey, password, keyboard-interactive | 928 | .Dq publickey,password,keyboard-interactive |
929 | .It Cm Protocol | 929 | .It Cm Protocol |
930 | Specifies the protocol versions | 930 | Specifies the protocol versions |
931 | .Nm | 931 | .Nm |