1)
Check whether SSH Server running or not
#sudo netstat -tuplen | grep 22
#sudo dpkg -L ssh
2)
Install OpenSSH Server and SSH
#sudo apt-get update
#sudo apt-get install ssh
3)
Try to SSH from remote machine
#ssh username@ip-of-machine
Check whether SSH Server running or not
#sudo netstat -tuplen | grep 22
#sudo dpkg -L ssh
2)
Install OpenSSH Server and SSH
#sudo apt-get update
#sudo apt-get install ssh
3)
Try to SSH from remote machine
#ssh username@ip-of-machine
No comments:
Post a Comment