|
|
@ -15,7 +15,7 @@ mkdir ~/.ssh && chmod 700~/.ssh |
|
|
|
### Create SSH keys on your client |
|
|
|
### Create SSH keys on your client |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
ssh-keygen -t rsa -b 4096 -C "email@domain.com" |
|
|
|
ssh-keygen -t ed25519 -C "email@domain.com" |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### Copy key to a remote server |
|
|
|
### Copy key to a remote server |
|
|
|