summaryrefslogtreecommitdiffstats
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-15 07:52:03 +0200
committerDarren Tucker <dtucker@zip.com.au>2003-10-15 07:52:03 +0200
commita044f47679c27ca77b3ec19a6e0e148deb50a427 (patch)
tree5227cbefe5b06e6c18cf915365408320814cf824 /ssh_config.5
parent - jmc@cvs.openbsd.org 2003/10/08 08:27:36 (diff)
downloadopenssh-a044f47679c27ca77b3ec19a6e0e148deb50a427.tar.xz
openssh-a044f47679c27ca77b3ec19a6e0e148deb50a427.zip
- markus@cvs.openbsd.org 2003/10/08 15:21:24
[readconf.c ssh_config.5] default GSS API to no in client, too; ok jakob, deraadt@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.54
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 7a435a90e..da162499b 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.20 2003/09/02 18:50:06 jmc Exp $
+.\" $OpenBSD: ssh_config.5,v 1.21 2003/10/08 15:21:24 markus Exp $
.Dd September 25, 1999
.Dt SSH_CONFIG 5
.Os
@@ -336,7 +336,7 @@ Specifies whether authentication based on GSSAPI may be used, either using
the result of a successful key exchange, or using GSSAPI user
authentication.
The default is
-.Dq yes .
+.Dq no .
Note that this option applies to protocol version 2 only.
.It Cm GSSAPIDelegateCredentials
Forward (delegate) credentials to the server.