forked from Lainports/freebsd-ports
- Disable temporary HPN patch until HPN release new version.
- Fix rc.d script path in sshd.8
- Add FreeBSD-${PKGNAME} in SSH_VERSION and SSH_RELEASE like src does.
- Sync patches with src.
Security: CVE-2006-4924, CVE-2006-5051
11 lines
301 B
Text
11 lines
301 B
Text
--- ssh_config.orig Tue Jun 13 00:01:10 2006
|
|
+++ ssh_config Sat Sep 30 10:39:07 2006
|
|
@@ -27,7 +28,7 @@
|
|
# GSSAPIAuthentication no
|
|
# GSSAPIDelegateCredentials no
|
|
# BatchMode no
|
|
-# CheckHostIP yes
|
|
+# CheckHostIP no
|
|
# AddressFamily any
|
|
# ConnectTimeout 0
|
|
# StrictHostKeyChecking ask
|