This is part of my Cassandra learning series.
|
1 2 3 4 5 6 7 8 |
vim /etc/ssh/sshd_config PermitRootLogin yes sudo systemctl restart sshd Client machine (my Mac for example) ssh-keygen ssh-copy-id -i ansible_host_sshkey.pub root@<IP address> |
Ignore the SSH key name. I ended up using the same ssh key for my VMs