xbazzi revisou este gist . Ir para a revisão
1 file changed, 6 insertions
copy_ssh_keys_one_only(arquivo criado)
@@ -0,0 +1,6 @@ | |||
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 |
Próximo
Anterior