Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Options missing while entering a private key; "from a file on jenkins master" and "From the Jenkins master ~/.ssh"

I have set up a new Jenkins Server and copied the Jobs and plugins from the old Jenkins Server, but stragely there are 2 Options missing while entering a private key for the global User/Account. The Options are "from a file on jenkins master" and "From the Jenkins master ~/.ssh". I doubt that there is some plugin missing, as I have copied all the plugins from old Server. Any clue will be helpful.

like image 697
Ghulam Avatar asked Aug 31 '18 08:08

Ghulam


1 Answers

These options was removed due to security reasons since version 1.14 of SSH Credentials Plugin:

SSH Credentials Plugin no longer supports SSH credentials from files on the Jenkins master file system, neither user-specified file paths nor ~/.ssh. Existing SSH credentials of these kinds are migrated to "directly entered" SSH credentials.

like image 154
Alexey Prudnikov Avatar answered Nov 15 '22 05:11

Alexey Prudnikov