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/debian | |
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/debian')
-rw-r--r-- | examples/debian | 4 |
1 files changed, 4 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' |