diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-03-14 17:19:39 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-03-14 17:19:39 +0100 |
commit | 3236c4eea1ba9de7e1dc0d2cdf232d6c9c9c728f (patch) | |
tree | c642f07355c717a2ddec4a3ce68bb26357a0f71e /lib | |
parent | 6735939fcebafa14b2ce6918f086ca0da3c898c3 (diff) | |
download | smokeping-3236c4eea1ba9de7e1dc0d2cdf232d6c9c9c728f.tar.gz smokeping-3236c4eea1ba9de7e1dc0d2cdf232d6c9c9c728f.tar.xz |
added rsa1 patch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping/probes/SSH.pm | 2 |
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', }, |