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:

  1. Open the terminal application for Ubuntu desktop.
  2. Type sudo apt-get install openssh-server
  3. Enable the ssh service by typing sudo systemctl enable ssh
  4. Start the ssh service by typing sudo systemctl start ssh
  5. Test it by login into the system using ssh user@server-name

Comments

Popular posts from this blog

Clearing DNS cache on vCenter Server Appliance

Repairing a virtual disk in Workstation (2019259)