On 2/24/2014 4:18 PM, Denis Heidtmann wrote: > I ran into server refused connection. Web searching I see instructions to run: > parents@R2D4:~$ sudo netstat -anp | grep sshd > > I get: > tcp 0 0 0.0.0.0:2022 0.0.0.0:* > LISTEN 572/sshd > tcp6 0 0 :::2022 :::* > LISTEN 572/sshd > > "If you don't get results, or they don't show you're listening on tcp > 0.0.0.0:22... fix that."
There's a setting called Port in /etc/ssh/sshd_config if you want to change back to the default of 22. > > I fixed that by changing the port in the client to 2022. > > Made progress, but now get Permission denied. The client dialog box > wants folder, user name and password, which I believe I have entered > correctly. This user doesn't happen to be root is it? Normally root is disabled to log in with ssh, at least with a password. Can you log in locally with this same username and password? Can you post the results of "ssh -v user@server" > > Ideas? > > Thanks, > -Denis > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
