First install ssh with synaptic, then if needed:
Modify the
/etc/ssh/sshd_config
file on the server and changed the
‘PasswordAuthentication’ variable from ‘no’ to ‘yes’.
also change no on:
ForwardAgent yes
ForwardX11 yes
Then run
/etc/init.d/ssh restart
to restart the sshd server
