Last active 1752027956

xbazzi's Avatar xbazzi revised this gist 1752027956. Go to revision

1 file changed, 6 insertions

copy_ssh_keys_one_only(file created)

@@ -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
Newer Older