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:
Steven Agyekum 2024-03-06 12:20:39 +01:00 committed by GitHub
parent 9603fc8186
commit 008719532f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ inputs:
description: 'The remote shell argument' description: 'The remote shell argument'
required: false required: false
default: '' default: ''
legacy_allow_rsa_hostkeys:
description: 'Enables support for legacy RSA host keys on OpenSSH 8.8+'
required: false
default: 'false'
path: path:
description: 'The local path' description: 'The local path'
required: false required: false