Topic: SSH setup failure
Hello,
Whe whant to use cpremote on our servers to arange backup.
I am unable to get SSH authentication to work so cpremote can login..
please help .. i followed the instructions, but when i try too login to the backup server it still ask's for password..
steps taken:
login to cpanel server (putty root)
install cpremote
configure cpremote
copy public_key
from putty session log in to the remote backup server root@xxx.xxx.xxx.xxx
pwd = /root
mkdir .ssh
touch .ssh/autorized_keys
chmod 750 .ssh/
chmod 600 .ssh/autorized_keys
nano .ssh/autorized_keys
past key and remove the spaces / next line's exept the space between ssh-rsa and rest of key
save
exit
(back on the cpanel server)
then when i try to connect to the backupserver from console
ssh root@xxx.xxx.xxx.xxx
it stil asks for password
also when i run script /scripts/cpremotebackup it wil ask for a password everytime