
ssh folder on both ends but nothing seems to work.
#Linux ssh keygen password#
rw- 1 myUserName remoteHost 399 Jan 10 19:20 authorized_keysīut even though its content matches the public key I have on the local server I am still prompted for a password when I try connecting with ssh.


Ssh-copy-id -i ~/.ssh/id_rsa.pub following file gets created on the remote server You can find the procedure I followed at these two sources:īut something is not working, in particular after copying the key with:

I'm trying to setup a connection with a remote server and since I don't want to insert the password every time I decided to create a public-private key pair and use it for authentication.
