Skip to content

Instantly share code, notes, and snippets.

View GillyRabutTsurwa's full-sized avatar
🇰🇪
Doing the same thing as you

Gilbert Rabut Tsurwa GillyRabutTsurwa

🇰🇪
Doing the same thing as you
View GitHub Profile
@GillyRabutTsurwa
GillyRabutTsurwa / ssh.md
Created May 23, 2024 17:50
Notes from Jay's 1.5 Hour SSH Lesson

SSH Commands

To connect to a server, use the SSH command, along with the server user and IP address

ssh username@12.34.56

To generate a SSH key, use the ssh-keygen command

ssh-keygen