1. 程式人生 > >linux免密登錄配置

linux免密登錄配置

exp ESS pre less host 執行權限 ase sele keygen

第一步:安裝openssh-clients
  yum install -y openssh-clients.x86_64
第二步:生成密鑰
  ssh-keygen
第三步:拷貝公鑰到其他機器
  ssh-copy-id hostname

使用腳本批量配置免密登錄

  環境:centos6.10

  安裝腳本編程交互工具expect

    yum install -y expect

  編寫腳本

  auto_passphraseless_profile.sh

  



  給執行權限 chmod +x auto_passphraseless_profile.sh

  

  後面補充。。。

linux免密登錄配置