diff options
author | Colin Watson <cjwatson@debian.org> | 2006-12-06 04:54:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-12-06 04:54:02 +0000 |
commit | 2530562407533bd74c2820fbf91f9a3a6662fe0b (patch) | |
tree | 97d21c3b81cfd05336137519a8229fc45abdbad1 /debian/changelog | |
parent | 879756082fbdacc158ba04e8f770a1229c3daef4 (diff) |
* Add ssh -K option, the converse of -k, to enable GSSAPI credential
delegation (closes: #401483).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index aa1403e67..f6a5f2696 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -10,6 +10,8 @@ openssh (1:4.3p2-7) UNRELEASED; urgency=low | |||
10 | * Default client to attempting GSSAPI authentication. | 10 | * Default client to attempting GSSAPI authentication. |
11 | * Remove obsolete GSSAPINoMICAuthentication from sshd_config if it's | 11 | * Remove obsolete GSSAPINoMICAuthentication from sshd_config if it's |
12 | found. | 12 | found. |
13 | * Add ssh -K option, the converse of -k, to enable GSSAPI credential | ||
14 | delegation (closes: #401483). | ||
13 | 15 | ||
14 | -- Colin Watson <cjwatson@debian.org> Mon, 20 Nov 2006 14:57:16 +0000 | 16 | -- Colin Watson <cjwatson@debian.org> Mon, 20 Nov 2006 14:57:16 +0000 |
15 | 17 | ||