I'm trying to get SSH CVS working on SME 5.6. I have my public key stored in ~/.ssh/authorized_keys, but I can't get the server to accept my connection.
If I do:
ssh -l localhost
on the server I get:
ssh: connect to address 127.0.0.1 port 22: Connection refused
Is SSH access turned off by default? I have Secure Shell access set to private (there are only two clients on this network). I also have "Allow secure shell access using standard passwords" set to "No".
Is there anything I've missed?
Thanks