Fix typo in default SSH key path. (#1026)
This commit is contained in:
parent
7a84f38db9
commit
7b8df16c9e
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue