summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-29 16:13:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-29 16:13:24 +0000
commit4fdf8cbc11bee72c1d99cdfa4fbc2b08ade1a1f0 (patch)
tree735c094fc4750a07587a0c131f542e939bcc6926 /usr.bin
parent7f5dc8d5a9c0d4b1d7d2b32a57cb93b5739c95ee (diff)
add GSSAPI to the list of authentication methods supported;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index dab09c84e3f..874a5d2fe89 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/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,