Trying connect SSH get Permission denied (publickey) – Magento
I'm trying to connect to my server where I have Magento installed. I loaded the key on my windows cmd with ssh-add, and then connected with: ssh -pPORT user@server and I get: Permission denied (publickey). How can I fix this?…