Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 342 Bytes

ssh_keygen.md

File metadata and controls

17 lines (11 loc) · 342 Bytes

SSH key generation

Back{: .button}

Creating an ssh key

ssh-keygen -t rsa -b 4096

Sending ssh file to remote machine

This is an easier way to send the public key to a server. This saves a lot of time by adding the public key to authorized_keys

ssh-copy-id -i ~/.ssh/id_rsa_key user@host