From ed277f5e2ee348f8c07c3251ca48e0c3d62e1066 Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 13 Jun 2006 03:03:16 +0000 Subject: [PATCH] - jmc@cvs.openbsd.org 2006/05/29 16:13:23 [ssh.1] add GSSAPI to the list of authentication methods supported; --- ChangeLog | 7 +++++++ ssh.1 | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4a97a58..2d5c2ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,13 @@ - jmc@cvs.openbsd.org 2006/05/29 16:10:03 [ssh_config.5] oops - previous was too long; split the list of auths up + - mk@cvs.openbsd.org 2006/05/30 11:46:38 + [ssh-add.c] + Sync usage() with man page and reality. + ok deraadt dtucker + - jmc@cvs.openbsd.org 2006/05/29 16:13:23 + [ssh.1] + add GSSAPI to the list of authentication methods supported; 20060521 - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor diff --git a/ssh.1 b/ssh.1 index dab09c84..874a5d2f 100644 --- a/ssh.1 +++ b/ssh.1 @@ -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.1,v 1.259 2006/03/22 21:16:24 jakob Exp $ +.\" $OpenBSD: ssh.1,v 1.260 2006/05/29 16:13:23 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -666,6 +666,7 @@ Protocol 1 lacks a strong mechanism for ensuring the integrity of the connection. .Pp The methods available for authentication are: +GSSAPI-based authentication, host-based authentication, public key authentication, challenge-response authentication, -- 2.45.2