Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Last active August 29, 2015 14:23
Show Gist options
  • Save gayanvirajith/03b669c3c5aa75cef78e to your computer and use it in GitHub Desktop.
Save gayanvirajith/03b669c3c5aa75cef78e to your computer and use it in GitHub Desktop.
Enable ssh on ubuntu

Enable ssh on ubuntu

How do I configure a new Ubuntu installation to accept ssh connections?

Credit link

sudo apt-get update

sudo apt-get install openssh-server

sudo ufw allow 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment