summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-09-01 09:50:05 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-09-01 09:50:05 +0000
commit1f0adacb6132052fd9c02ca50cfdda9cff16cc5b (patch)
tree9482a627cfd6f2ce15e565ebb8f502348e1c22c5
parent79bae3936c44a0f5dc3cd18567a0b7fcd00b1a0e (diff)
gss kex is not supported; sxw@inf.ed.ac.uk
-rw-r--r--usr.bin/ssh/sshd_config.56
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 5a8b0ab75b9..f4fd2aa4be1 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -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: sshd_config.5,v 1.24 2003/08/28 12:54:34 markus Exp $
+.\" $OpenBSD: sshd_config.5,v 1.25 2003/09/01 09:50:04 markus Exp $
.Dd September 25, 1999
.Dt SSHD_CONFIG 5
.Os
@@ -226,9 +226,7 @@ or
The default is
.Dq no .
.It Cm GSSAPIAuthentication
-Specifies whether authentication based on GSSAPI may be used, either using
-the result of a successful key exchange, or using GSSAPI user
-authentication.
+Specifies whether user authentication based on GSSAPI is allowed.
The default is
.Dq no .
Note that this option applies to protocol version 2 only.