summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.56
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b7a73ae69..39e8042da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
20 - dtucker@cvs.openbsd.org 2003/12/09 23:45:32 20 - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
21 [clientloop.c] 21 [clientloop.c]
22 Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@ 22 Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@
23 - markus@cvs.openbsd.org 2003/12/14 12:37:21
24 [ssh_config.5]
25 we don't support GSS KEX; from Simon Wilkinson
23 26
2420031209 2720031209
25 - (dtucker) OpenBSD CVS Sync 28 - (dtucker) OpenBSD CVS Sync
@@ -1589,4 +1592,4 @@
1589 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1592 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1590 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1593 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1591 1594
1592$Id: ChangeLog,v 1.3144 2003/12/17 05:31:53 djm Exp $ 1595$Id: ChangeLog,v 1.3145 2003/12/17 05:32:23 djm Exp $
diff --git a/ssh_config.5 b/ssh_config.5
index 3aafa4e7d..cb26eab69 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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_config.5,v 1.26 2003/12/09 21:53:37 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.27 2003/12/14 12:37:21 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -350,9 +350,7 @@ Specifies a file to use for the global
350host key database instead of 350host key database instead of
351.Pa /etc/ssh/ssh_known_hosts . 351.Pa /etc/ssh/ssh_known_hosts .
352.It Cm GSSAPIAuthentication 352.It Cm GSSAPIAuthentication
353Specifies whether authentication based on GSSAPI may be used, either using 353Specifies whether user authentication based on GSSAPI is allowed.
354the result of a successful key exchange, or using GSSAPI user
355authentication.
356The default is 354The default is
357.Dq no . 355.Dq no .
358Note that this option applies to protocol version 2 only. 356Note that this option applies to protocol version 2 only.