You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/copy_keys_to_aurore.sh

5 lines
150 B
Bash

#!/bin/bash
for ip in `cat hosts|grep .adm.auro.re`; do
sshpass -v -p "6+Fwa9h2L>L6]C*y" ssh-copy-id -o StrictHostKeyChecking=no fpoutre@$ip
done