Fix typo in default SSH key path. (#1026)

This commit is contained in:
Zach Seils 2017-12-20 12:09:56 -05:00 committed by kevgliss
parent 7a84f38db9
commit 7b8df16c9e
1 changed files with 1 additions and 1 deletions

View File

@ -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',