From 7b8df16c9e1d71476ca99bcf995fc175117f8d5e Mon Sep 17 00:00:00 2001 From: Zach Seils Date: Wed, 20 Dec 2017 12:09:56 -0500 Subject: [PATCH] Fix typo in default SSH key path. (#1026) --- lemur/plugins/lemur_linuxdst/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',