D
Deleted member 976381
Guest
Hello, I have created on my local machine a new SSH key, also copied it to the cPanel account using:
I can see that on my cPanel account, on the .ssh folder the file `authorized_keys` was also modified.
The issue is that when trying to connect via SSH, it keeps asking for the password.
Any ideas?
Code:
ssh-copy-id -i ~/.ssh/<new_key_name>.pub -p <port_number> <user_name>@<IP>
Code:
Number of key(s) added: 1
The issue is that when trying to connect via SSH, it keeps asking for the password.
Any ideas?