Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created January 10, 2020 20:38
Show Gist options
  • Save airicbear/90621db174da4b59c9d035689198dab8 to your computer and use it in GitHub Desktop.
Save airicbear/90621db174da4b59c9d035689198dab8 to your computer and use it in GitHub Desktop.
How to use SSH (simple)

On Ubuntu 19.10

sudo apt install openssh-server
<restart pc>
ssh localhost
yes
sudo apt install net-tools
ifconfig

On Windows

ssh <user>@<ip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment