How do I install OpenSSH server on Ubuntu Linux
How do I install OpenSSH server on Ubuntu Linux
Ubuntu Linux install OpenSSH server - nixCraft (cyberciti.biz)
How to install SSH server in Ubuntu
The procedure to install a ssh server in Ubuntu Linux is as follows:
- Open the terminal application for Ubuntu desktop.
- Type sudo apt-get install openssh-server
- Enable the ssh service by typing sudo systemctl enable ssh
- Start the ssh service by typing sudo systemctl start ssh
- Test it by login into the system using ssh user@server-name
Comments