Skip to content

Commit

Permalink
feat: configuarable legacy RSA hostkeys support
Browse files Browse the repository at this point in the history
Ability to configure legacy rsa hostkeys support for
OpenSSH servers < 8.8.
Related to #24 and  9603fc8
  • Loading branch information
Burnett01 committed Mar 6, 2024
1 parent 9603fc8 commit 0087195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0087195

Please sign in to comment.