summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ssh.14
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 02417f416..e29734eca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010606
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
120010528 720010528
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 $
diff --git a/ssh.1 b/ssh.1
index 39991a5c6..433d41e78 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.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.
925over another method (e.g. 925over another method (e.g.
926.Cm password ) 926.Cm password )
927The default for this option is: 927The 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
930Specifies the protocol versions 930Specifies the protocol versions
931.Nm 931.Nm