简体   繁体   English

输入私钥时缺少Jenkins Options; “来自jenkins master上的文件”和“来自jenkins master〜/ .ssh”

[英]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. 我已经建立了一个新的Jenkins服务器,并从旧的Jenkins服务器复制了Jobs和插件,但是在为全局用户/帐户输入私钥时,有策略地遗漏了2个选项。 The Options are "from a file on jenkins master" and "From the Jenkins master ~/.ssh". 选项是“来自jenkins master上的文件”和“来自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. 任何线索都会有所帮助。

These options was removed due to security reasons since version 1.14 of SSH Credentials Plugin: 自SSH凭据插件1.14版本以来,由于安全原因而删除了这些选项:

SSH Credentials Plugin no longer supports SSH credentials from files on the Jenkins master file system, neither user-specified file paths nor ~/.ssh . SSH凭据插件不再支持Jenkins主文件系统上文件中的SSH凭据,既不支持用户指定的文件路径,也不支持〜/ .ssh Existing SSH credentials of these kinds are migrated to "directly entered" SSH credentials. 这些类型的现有SSH凭据将迁移到“直接输入”的SSH凭据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM