SSH

生成 key

ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa

群发 key

cat target-host-list | xargs -n 1 ssh-copy-id