1. 程式人生 > >jenkins 配置ssh remotes 報Failed to authenticate with public key

jenkins 配置ssh remotes 報Failed to authenticate with public key

server 技術分享 配置ssh cep jenkins ror ssh遠程連接 問題: mage

問題:jenkins配置ssh遠程連接時候報

ERROR: Failed to authenticate with public key

com.jcraft.jsch.JSchException: invalid privatekey: [[email protected]

jenkins前端提示:Can‘t connect to server

原因分析:

  1. 本地機器秘鑰生成不對
  2. 必須將本地私鑰完整內容拷貝,包括----字符(可能是個bug)
  3. 生成秘鑰時候的密碼錯誤

配置步驟:

1. private key必須包含----begin和----end----,否則死活報Can‘t connect to server

技術分享圖片

2.系統設置裏面添加ssh remote

.技術分享圖片

jenkins 配置ssh remotes 報Failed to authenticate with public key