Question
How to ssh from one droplet to another
I’ve got 2 droplets and I have an idea to move files from a to b using rsync then return from b to a using the same.
I need to use ssh in the rsync and getting a permission denied error. I also tried adding the ssh key but found you can’t add an ssh key to an existing droplet.
my ssh key works fine from my local machine I’d need it to work also from the droplet.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×