Skip to content

Commit 0087195

Browse files
authored
feat: configuarable legacy RSA hostkeys support
Ability to configure legacy rsa hostkeys support for OpenSSH servers < 8.8. Related to #24 and 9603fc8
1 parent 9603fc8 commit 0087195

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ inputs:
99
description: 'The remote shell argument'
1010
required: false
1111
default: ''
12+
legacy_allow_rsa_hostkeys:
13+
description: 'Enables support for legacy RSA host keys on OpenSSH 8.8+'
14+
required: false
15+
default: 'false'
1216
path:
1317
description: 'The local path'
1418
required: false

0 commit comments

Comments
 (0)