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]
SSH Cheat Sheet for use with the SSH protocol.
ssh-keygen -t rsa -b 2048
ssh -i [KEY] [USERNAME]@[MACHINE]
scp -i [KEY] -r [USERNAME]@[MACHINE]:[FROM] [TO]