diff --git a/changelog.html b/changelog.html index 6c0280fbe5d122951b63fd26f760d54e130eb731..22b69fae8e181edca23972d9d5008658fd2671e8 100644 --- a/changelog.html +++ b/changelog.html @@ -61,6 +61,8 @@ Upcoming changes
  • post build deployment task fails with : Unbuffered entity enclosing request can not be repeated. (issue 10076) +
  • + Added SSH public key based CLI authentication diff --git a/war/pom.xml b/war/pom.xml index bdc62a84bb0227202c132c180ebcf2c86c4027eb..8cb11ed82a9dc963a6e5201c935abc09f31f9b4a 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -293,6 +293,11 @@ THE SOFTWARE. instance-identity 1.1 + + org.jenkins-ci.modules + ssh-cli-auth + 1.1 +