Guest User

Untitled

a guest
Jun 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for i in lxorkbot20 lxorkidee20 lxorkcentralapp21 lxorkcentraldb20 lxorkcentraldb21;
  2. do
  3. ping -w1 -c1 $i | head -n1
  4. ssh ${i} cat .ssh/id_rsa.pub | tee -a $HOME/.ssh/authorized_keys
  5. done
Add Comment
Please, Sign In to add comment