mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-12-03 12:30:43 +01:00
feat: configuarable legacy RSA hostkeys support
Ability to configure legacy rsa hostkeys support for
OpenSSH servers < 8.8.
Related to #24 and 9603fc8
This commit is contained in:
parent
9603fc8186
commit
008719532f
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ inputs:
|
|||
description: 'The remote shell argument'
|
||||
required: false
|
||||
default: ''
|
||||
legacy_allow_rsa_hostkeys:
|
||||
description: 'Enables support for legacy RSA host keys on OpenSSH 8.8+'
|
||||
required: false
|
||||
default: 'false'
|
||||
path:
|
||||
description: 'The local path'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue