Hi,
I'm setting up SSH between two instances. I'm using:
ssh-keygen -t rsa
To get my public/private key pair then pushing that over to my remote
server using:
ssh-copy-id -i ~/.ssh/id_rsa.pub
my_user@my_remoteserver.com
When I then test ssh it works fine. I synchronize my remote instance
and test ssh again, it still works. When I synchronize my local
instance though SSH has stopped working when the instance comes back
up. I'm prompted for a password instead of it accepting the
connection.
Can anyone help please?