]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/05/17 21:34:15
authormouring <mouring>
Tue, 5 Jun 2001 18:39:10 +0000 (18:39 +0000)
committermouring <mouring>
Tue, 5 Jun 2001 18:39:10 +0000 (18:39 +0000)
     [ssh.1]
     no spaces in PreferredAuthentications;
     meixner@rbg.informatik.tu-darmstadt.de

ChangeLog
ssh.1

index 99d21aa7912a61fad413867716d61bf3e3c7c486..910410006a2476c3050ec3c8a0e47faf318535a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20010606
+ - OpenBSD CVS Sync                                                             
+   - markus@cvs.openbsd.org 2001/05/17 21:34:15                                 
+     [ssh.1]                                                                    
+     no spaces in PreferredAuthentications; 
+     meixner@rbg.informatik.tu-darmstadt.de                                                                              
 20010528
  - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
    Patch by Corinna Vinschen <vinschen@redhat.com>
diff --git a/ssh.1 b/ssh.1
index 39991a5c6287619baa581d858b07279a399a7a62..433d41e782559cba4cfc4ce018ab64d308933df5 100644 (file)
--- a/ssh.1
+++ b/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.110 2001/05/15 22:04:01 deraadt Exp $
+.\" $OpenBSD: ssh.1,v 1.111 2001/05/17 21:34:15 markus Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -925,7 +925,7 @@ authentication methods. This allows a client to prefer one method (e.g.
 over another method (e.g.
 .Cm password )
 The default for this option is:
-.Dq publickey, password, keyboard-interactive
+.Dq publickey,password,keyboard-interactive
 .It Cm Protocol
 Specifies the protocol versions
 .Nm
This page took 0.060574 seconds and 5 git commands to generate.