Resolved Change ssh port

Arnaud GUY

New Pleskian
Hello,
I've change my ssh port and it's ok.
But now i wan't to return to port 22, and i can not remember how I did!

all line are comment in ssh_config, i've uncomment port 22 and restart sshd service but don't work.

Thanks
 
Are sure that ssh service is up and running?

What is output of commands:

# lsof -i tcp | grep ssh
# lsof -i tcp:22

?
 
Back
Top