Skip to content

Instantly share code, notes, and snippets.

@vitran96
Last active October 22, 2020 09:15
Show Gist options
  • Save vitran96/8b67952f05e89cc940b20d24159a9475 to your computer and use it in GitHub Desktop.
Save vitran96/8b67952f05e89cc940b20d24159a9475 to your computer and use it in GitHub Desktop.
Debian_base_InstallOpenSSH.txt
# For Debian base Linux Distro
sudo apt install openssh-server
sudo systemctl status ssh
sudo systemctl stop ssh # Stop
sudo systemctl start ssh # Start
sudo systemctl disable ssh # Disable BOOT run
sudo systemctl enable ssh # Enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment