copy_ssh_keys_one_only
· 167 B · Text
Raw
ssh-copy-id \
-i ~/.ssh/lan_id_ed25519.pub \
-o PreferredAuthentications=password \
-o PubkeyAuthentication=no \
-o IdentitiesOnly=yes \
ansible@10.133.7.242
1 | ssh-copy-id \ |
2 | -i ~/.ssh/lan_id_ed25519.pub \ |
3 | -o PreferredAuthentications=password \ |
4 | -o PubkeyAuthentication=no \ |
5 | -o IdentitiesOnly=yes \ |
6 | ansible@10.133.7.242 |