...
Code Block |
---|
# Copying the SSH key with SSH-copy-id for the system of our example
sudo ssh-copy-id -i /root/.ssh/id_rsa.pub pi@192.168.0.66 |
...
...
Code Block |
---|
# Copying the SSH key with SSH-copy-id for the system of our example
sudo ssh-copy-id -i /root/.ssh/id_rsa.pub pi@192.168.0.66 |
...