summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2014-03-04 17:18:25 +0100
committerTimo Weingärtner <timo@tiwe.de>2014-03-04 17:18:25 +0100
commit4a043c6de09658a97dff8ec2d7b311c4f4bce3af (patch)
tree78326d877d061a3b466b11dcc3e19af5a00b7288
parenta1ccb1e836177276c23851fc015ec5c7ebf9f362 (diff)
downloadopenssh-known-hosts-4a043c6de09658a97dff8ec2d7b311c4f4bce3af.tar.gz
add some real-life examples
kit_edu has connect-timeout because firewall DROPs connections from outside
-rw-r--r--examples/debian4
-rw-r--r--examples/debian.filter2
-rw-r--r--examples/kit_edu5
-rw-r--r--examples/kit_edu.filter2
4 files changed, 13 insertions, 0 deletions
diff --git a/examples/debian b/examples/debian
new file mode 100644
index 0000000..cb3b19e
--- /dev/null
+++ b/examples/debian
@@ -0,0 +1,4 @@
+PLUGIN=curl
+EXIT_IGNORE='6 7 28'
+
+URL='https://db.debian.org/debian_known_hosts'
diff --git a/examples/debian.filter b/examples/debian.filter
new file mode 100644
index 0000000..d17590f
--- /dev/null
+++ b/examples/debian.filter
@@ -0,0 +1,2 @@
+allow \.debian\.org$
+allow \.debian\.net$
diff --git a/examples/kit_edu b/examples/kit_edu
new file mode 100644
index 0000000..e676499
--- /dev/null
+++ b/examples/kit_edu
@@ -0,0 +1,5 @@
+PLUGIN=curl
+EXIT_IGNORE='6 7 28'
+
+CURL_OPTIONS='--connect-timeout 10'
+URL='https://rzadmin.rz.uni-karlsruhe.de/openssh/ssh_known_hosts'
diff --git a/examples/kit_edu.filter b/examples/kit_edu.filter
new file mode 100644
index 0000000..556ab25
--- /dev/null
+++ b/examples/kit_edu.filter
@@ -0,0 +1,2 @@
+allow \.(fzk|uka|uni-karlsruhe)\.de$
+allow \.kit\.edu$