Skip to content

Instantly share code, notes, and snippets.

@slashtechno
Last active July 21, 2021 22:12
Show Gist options
  • Save slashtechno/f96f29e9e2461bfa48f48f831a2b1d48 to your computer and use it in GitHub Desktop.
Save slashtechno/f96f29e9e2461bfa48f48f831a2b1d48 to your computer and use it in GitHub Desktop.
Install SSH server onto Ubuntu
#!/bin/bash
# Just run this program with bash ubuntu-ssh-server or copy and paste the commands
sudo apt-get update
sudo apt-get install openssh-server -y
sudo systemctl start ssh
sudo systemctl enable ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment