diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | ssh.1 | 3 |
2 files changed, 10 insertions, 2 deletions
@@ -23,6 +23,13 @@ | |||
23 | - jmc@cvs.openbsd.org 2006/05/29 16:10:03 | 23 | - jmc@cvs.openbsd.org 2006/05/29 16:10:03 |
24 | [ssh_config.5] | 24 | [ssh_config.5] |
25 | oops - previous was too long; split the list of auths up | 25 | oops - previous was too long; split the list of auths up |
26 | - mk@cvs.openbsd.org 2006/05/30 11:46:38 | ||
27 | [ssh-add.c] | ||
28 | Sync usage() with man page and reality. | ||
29 | ok deraadt dtucker | ||
30 | - jmc@cvs.openbsd.org 2006/05/29 16:13:23 | ||
31 | [ssh.1] | ||
32 | add GSSAPI to the list of authentication methods supported; | ||
26 | 33 | ||
27 | 20060521 | 34 | 20060521 |
28 | - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor | 35 | - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor |
@@ -4656,4 +4663,4 @@ | |||
4656 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4663 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4657 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4664 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4658 | 4665 | ||
4659 | $Id: ChangeLog,v 1.4337 2006/06/13 03:01:41 djm Exp $ | 4666 | $Id: ChangeLog,v 1.4338 2006/06/13 03:03:16 djm Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.259 2006/03/22 21:16:24 jakob Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.260 2006/05/29 16:13:23 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -666,6 +666,7 @@ Protocol 1 lacks a strong mechanism for ensuring the | |||
666 | integrity of the connection. | 666 | integrity of the connection. |
667 | .Pp | 667 | .Pp |
668 | The methods available for authentication are: | 668 | The methods available for authentication are: |
669 | GSSAPI-based authentication, | ||
669 | host-based authentication, | 670 | host-based authentication, |
670 | public key authentication, | 671 | public key authentication, |
671 | challenge-response authentication, | 672 | challenge-response authentication, |