狐狸情 发表于 2018-1-9 20:58:16

为Jenkins添加slave node

修改配置文件中的以下记录 vim /etc/ssh/sshd_config  PermitEmptyPasswords no
  PasswordAuthentication yes
  RSAAuthentication yes
  PubkeyAuthentication yes
  AuthorizedKeysFile .ssh/authorized_keys
  StrictModes no
页: [1]
查看完整版本: 为Jenkins添加slave node