Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/529b7a3bdc313e395efdd92b00974e42 to your computer and use it in GitHub Desktop.
Save ezhov-da/529b7a3bdc313e395efdd92b00974e42 to your computer and use it in GitHub Desktop.
Установка SSH сервера.txt
==> https://www.cyberciti.biz/faq/ubuntu-linux-install-openssh-server/
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.
For remote Ubuntu server you must use BMC or KVM or IPMI tool to get console access
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
Let us see all Ubuntu OpenSSH server installation steps in details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment