summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/SSH.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping/probes/SSH.pm')
-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',
},