diff --git a/lemur/plugins/lemur_linuxdst/plugin.py b/lemur/plugins/lemur_linuxdst/plugin.py index 0907ceb2..71b32551 100644 --- a/lemur/plugins/lemur_linuxdst/plugin.py +++ b/lemur/plugins/lemur_linuxdst/plugin.py @@ -38,7 +38,7 @@ class LinuxDstPlugin(DestinationPlugin): 'type': 'str', 'required': True, 'helpMessage': 'The private key to use for auth', - 'default': '/root/.shh/id_rsa', + 'default': '/root/.ssh/id_rsa', }, { 'name': 'dstPrivKey',