[packages/openssh] sshd_config: add sample for CheckHostIP no in Host *.local
glen
glen at pld-linux.org
Sat Nov 2 15:57:36 CET 2013
commit 06629a7198738bdea5b3d3bc919ca444dce475cb
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Nov 2 16:57:11 2013 +0200
sshd_config: add sample for CheckHostIP no in Host *.local
openssh-config.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/openssh-config.patch b/openssh-config.patch
index 4aefe88..323ff9a 100644
--- a/openssh-config.patch
+++ b/openssh-config.patch
@@ -56,6 +56,17 @@
# override default of no subsystems
Subsystem sftp /usr/libexec/sftp-server
+@@ -119,6 +130,10 @@
+ # override default of no subsystems
+ Subsystem sftp /usr/libexec/sftp-server
+
++# Uncomment this if you want to use .local domain
++#Host *.local
++# CheckHostIP no
++
+ # Example of overriding settings on a per-user basis
+ #Match User anoncvs
+ # X11Forwarding no
--- openssh-4.6p1/ssh_config~ 2006-06-13 05:01:10.000000000 +0200
+++ openssh-4.6p1/ssh_config 2007-10-13 02:00:16.000000000 +0200
@@ -20,12 +20,15 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/06629a7198738bdea5b3d3bc919ca444dce475cb
More information about the pld-cvs-commit
mailing list