if this errors while trying ssh
Check sshd daemon is running in the server machine
you can check this by logging into the server machine and trying
ps -ef | grep sshd
if you find the ssh daemon process you check port 22 is used by some other process
netstat -tupn
or
chkconfg --list sshd
Check sshd daemon is running in the server machine
you can check this by logging into the server machine and trying
ps -ef | grep sshd
if you find the ssh daemon process you check port 22 is used by some other process
netstat -tupn
or
chkconfg --list sshd
No comments:
Post a Comment