From 008719532fb1adf12fd09a5f271e7a170a85cbe5 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Wed, 6 Mar 2024 12:20:39 +0100 Subject: [PATCH] feat: configuarable legacy RSA hostkeys support Ability to configure legacy rsa hostkeys support for OpenSSH servers < 8.8. Related to #24 and 9603fc8 --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 31eaea8..db35730 100644 --- a/action.yml +++ b/action.yml @@ -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