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

Git commands cheat sheet (in progress)

async promises in a sync way?

css position: sticky