Fix typo in default SSH key path. (#1026)
This commit is contained in:
@ -38,7 +38,7 @@ class LinuxDstPlugin(DestinationPlugin):
|
|||||||
'type': 'str',
|
'type': 'str',
|
||||||
'required': True,
|
'required': True,
|
||||||
'helpMessage': 'The private key to use for auth',
|
'helpMessage': 'The private key to use for auth',
|
||||||
'default': '/root/.shh/id_rsa',
|
'default': '/root/.ssh/id_rsa',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'dstPrivKey',
|
'name': 'dstPrivKey',
|
||||||
|
Reference in New Issue
Block a user