]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2006/05/29 12:56:33
authordjm <djm>
Tue, 13 Jun 2006 03:01:09 +0000 (03:01 +0000)
committerdjm <djm>
Tue, 13 Jun 2006 03:01:09 +0000 (03:01 +0000)
     [ssh_config]
     Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
     ssh_config.  ok markus@

ChangeLog
ssh_config

index 384b7776443ae5ecd616371f0f559379552b89d9..9b02e37ecba37257a41d7635e1eba770302e2c79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - dtucker@cvs.openbsd.org 2006/05/29 12:54:08
      [ssh_config.5]
      Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
+   - dtucker@cvs.openbsd.org 2006/05/29 12:56:33
+     [ssh_config]
+     Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
+     ssh_config.  ok markus@
 
 20060521
  - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
index 7bc8762d6b8fd3a7ddc39fc39430991dc81dc57c..177521caaa115caeea1d07df26c93ebc0a778091 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.21 2005/12/06 22:38:27 reyk Exp $
+#      $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
@@ -24,6 +24,8 @@
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
 #   HostbasedAuthentication no
+#   GSSAPIAuthentication no
+#   GSSAPIDelegateCredentials no
 #   BatchMode no
 #   CheckHostIP yes
 #   AddressFamily any
This page took 0.034669 seconds and 5 git commands to generate.