Custom Search

Wednesday, March 11, 2015

Ubuntu Install OpenSSH Server and Enable SSH from Remote Machine

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



No comments:

Post a Comment