]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2006/05/29 16:10:03
authordjm <djm>
Tue, 13 Jun 2006 03:01:41 +0000 (03:01 +0000)
committerdjm <djm>
Tue, 13 Jun 2006 03:01:41 +0000 (03:01 +0000)
     [ssh_config.5]
     oops - previous was too long; split the list of auths up

ChangeLog
ssh_config.5

index 9b02e37ecba37257a41d7635e1eba770302e2c79..e4a97a589251f5456515c7f9ab4f79db927857a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      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@
+     Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in
+     sample ssh_config.  ok markus@
+   - jmc@cvs.openbsd.org 2006/05/29 16:10:03
+     [ssh_config.5]
+     oops - previous was too long; split the list of auths up
 
 20060521
  - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
index 5f66cd9d868706cc71b9b5e6eac4db709cbcf2db..0d40fd63ed0ceb6d0fa165a283c8142fae459b71 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.93 2006/05/29 12:54:08 dtucker Exp $
+.\" $OpenBSD: ssh_config.5,v 1.94 2006/05/29 16:10:03 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH_CONFIG 5
 .Os
@@ -678,7 +678,12 @@ This allows a client to prefer one method (e.g.\&
 over another method (e.g.\&
 .Cm password )
 The default for this option is:
-.Dq gssapi-with-mic,hostbased,publickey,keyboard-interactive,password .
+.Do gssapi-with-mic ,
+hostbased,
+publickey,
+keyboard-interactive,
+password
+.Dc .
 .It Cm Protocol
 Specifies the protocol versions
 .Xr ssh 1
This page took 0.114989 seconds and 5 git commands to generate.