summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-03-14 17:19:39 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-03-14 17:19:39 +0100
commit3236c4eea1ba9de7e1dc0d2cdf232d6c9c9c728f (patch)
treec642f07355c717a2ddec4a3ce68bb26357a0f71e /lib/Smokeping
parent6735939fcebafa14b2ce6918f086ca0da3c898c3 (diff)
downloadsmokeping-3236c4eea1ba9de7e1dc0d2cdf232d6c9c9c728f.tar.gz
smokeping-3236c4eea1ba9de7e1dc0d2cdf232d6c9c9c728f.tar.xz
added rsa1 patch
Diffstat (limited to 'lib/Smokeping')
-rw-r--r--lib/Smokeping/probes/SSH.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/SSH.pm b/lib/Smokeping/probes/SSH.pm
index 5b71e9b..770df0b 100644
--- a/lib/Smokeping/probes/SSH.pm
+++ b/lib/Smokeping/probes/SSH.pm
@@ -130,7 +130,7 @@ sub targetvars {
return $class->_makevars($class->SUPER::targetvars, {
keytype => {
_doc => "Type of key, used in ssh-keyscan -t I<keytype>",
- _re => "[dt]sa1*",
+ _re => "[dr]sa1*",
_example => 'dsa',
_default => 'rsa',
},