]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2006/05/29 12:54:08
authordjm <djm>
Tue, 13 Jun 2006 03:00:55 +0000 (03:00 +0000)
committerdjm <djm>
Tue, 13 Jun 2006 03:00:55 +0000 (03:00 +0000)
     [ssh_config.5]
     Add gssapi-with-mic to PreferredAuthentications default list; ok jmc

ChangeLog
ssh_config.5

index fe0f9ba09356bcd7fdacbd22c23a1459b4c19792..384b7776443ae5ecd616371f0f559379552b89d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
    - miod@cvs.openbsd.org 2006/05/18 21:27:25
      [kexdhc.c kexgexc.c]
      paramter -> parameter
+   - dtucker@cvs.openbsd.org 2006/05/29 12:54:08
+     [ssh_config.5]
+     Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
 
 20060521
  - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
index 7744e95f9c90fccaa81ff57cbe0ce9725f52718c..5f66cd9d868706cc71b9b5e6eac4db709cbcf2db 100644 (file)
@@ -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_config.5,v 1.92 2006/03/31 09:13:56 djm Exp $
+.\" $OpenBSD: ssh_config.5,v 1.93 2006/05/29 12:54:08 dtucker Exp $
 .Dd September 25, 1999
 .Dt SSH_CONFIG 5
 .Os
@@ -678,7 +678,7 @@ This allows a client to prefer one method (e.g.\&
 over another method (e.g.\&
 .Cm password )
 The default for this option is:
-.Dq hostbased,publickey,keyboard-interactive,password .
+.Dq gssapi-with-mic,hostbased,publickey,keyboard-interactive,password .
 .It Cm Protocol
 Specifies the protocol versions
 .Xr ssh 1
This page took 0.872001 seconds and 5 git commands to generate.