I have been used to using remote access using key pairs to backup my work data each night to home with sme server 6.0.1 however on changeing to sme 7 the same procedure to set up seams not work.
I have $ssh-keygen -t rsa
$scp /root/.ssh/id_rsa.pub root@remote.machine:~/.ssh
$ssh root@remote.machine
$cd .ssh
$cat id_rsa.pub >>authorized_keys2
$chmod go-w authorized_keys2
Then turn off access with passwords
This works with 6.0.1 But does not seam to with sme7
Is anyone able to help please.
also how do you allow a user (other than root)ssh in? Changing the passwd file does not seam to work like sme6.0.1
Thanks again
Stuart