Browse Source

Update ssh.md

Updated key generation to best practice because ssh-rsa is deprecated
main
Ken Schaefer 2 years ago committed by GitHub
parent
commit
ab621f21b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Runbooks/ssh.md

2
Runbooks/ssh.md

@ -15,7 +15,7 @@ mkdir ~/.ssh && chmod 700~/.ssh
### 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

Loading…
Cancel
Save