ssh server

Sometimes, I do a clean install of ubuntu and I forget to reinstall ssh server... I get this error when trying to ssh to the box that doesn't have ssh : ssh: connect to host 192.168.1.107 port 22: Connection refused

Need to install ssh server and client:
sudo apt-get install openssh-server openssh-client

Comments

Popular posts from this blog

Just learned about rsync

angular.js modules?

Cut/Copy and paste in vi