summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-06-13 13:03:16 +1000
committerDamien Miller <djm@mindrot.org>2006-06-13 13:03:16 +1000
commitfbc94c857a263bbee6580b6229502dcea0250c14 (patch)
tree7d802fb8cbf6e49ff674a181527aac048df441c9 /ssh.1
parent3c6ed7bbd569a33d31533587e41b8ff87d282de0 (diff)
- jmc@cvs.openbsd.org 2006/05/29 16:13:23
[ssh.1] add GSSAPI to the list of authentication methods supported;
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.13
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index dab09c84e..874a5d2fe 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
666integrity of the connection. 666integrity of the connection.
667.Pp 667.Pp
668The methods available for authentication are: 668The methods available for authentication are:
669GSSAPI-based authentication,
669host-based authentication, 670host-based authentication,
670public key authentication, 671public key authentication,
671challenge-response authentication, 672challenge-response authentication,