Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 345 Bytes

ssh.md

File metadata and controls

16 lines (12 loc) · 345 Bytes

ssh Quick Start

  • What is ssh?

  • Generate Keys

ssh-keygen -t rsa -b 4096 -f <name of keypair>
  • Generate keys on local system, if you haven't already
  • Add your key(s) to your local system (ssh-add …)
    • ssh-add -K ~/.ssh/id_rsa.pub
  • Copy to the remote server: