SSH Cheat Sheet for use with the SSH protocol.

key

generate

ssh-keygen -t rsa -b 2048

login

ssh -i [KEY] [USERNAME]@[MACHINE]

file

copy

scp -i [KEY] -r [USERNAME]@[MACHINE]:[FROM] [TO]
Marcin Narloch

Marcin Narloch

Creative and out-of-the-box thinker with strong interests and knowledge in technology and innovation.
Reset Git Branch Commits Previous post Firewall with Powershell Cheat Sheet
Reset Git Branch Commits Next post GCP Authentication Cheat Sheet

Leave a Reply

Your email address will not be published. Required fields are marked *