I have to go digging this one up every time I need it. I just can’t remember what to type, so here it is plain and simple.
Tag Archives: ssh
SSH Server in Ubuntu
To securely administer your Ubuntu Server remotely, you need to install SSH server. SSH provides you with a secure connection to your server and allows you to run commands all as if you were logged in at the terminal itself. To install SSH server in Ubuntu $ sudo apt-get install openssh-server All going well, your …