diff options
author | Timo Weingärtner <timo@tiwe.de> | 2014-03-04 17:18:25 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2014-03-04 17:18:25 +0100 |
commit | 4a043c6de09658a97dff8ec2d7b311c4f4bce3af (patch) | |
tree | 78326d877d061a3b466b11dcc3e19af5a00b7288 /examples/kit_edu | |
parent | a1ccb1e836177276c23851fc015ec5c7ebf9f362 (diff) | |
download | openssh-known-hosts-4a043c6de09658a97dff8ec2d7b311c4f4bce3af.tar.gz |
add some real-life examples
kit_edu has connect-timeout because firewall DROPs connections from outside
Diffstat (limited to 'examples/kit_edu')
-rw-r--r-- | examples/kit_edu | 5 |
1 files changed, 5 insertions, 0 deletions
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' |