summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-02 22:57:05 +1000
committerDamien Miller <djm@mindrot.org>2003-09-02 22:57:05 +1000
commit9b7b03b27084f0d7fca3caefc956d5c4c02e6928 (patch)
tree0bd0a5d61087832def36fff9b89b1a410412c267 /sshd_config.5
parent134350c20c7e4aa428f9dbe8f9ba36e6027cfc1f (diff)
downloadopenssh-git-9b7b03b27084f0d7fca3caefc956d5c4c02e6928.tar.gz
- markus@cvs.openbsd.org 2003/09/01 09:50:04
[sshd_config.5] gss kex is not supported; sxw@inf.ed.ac.uk
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 577605f3..727fdb12 100644
--- a/sshd_config.5
+++ b/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.