Last active
December 30, 2019 21:55
-
-
Save intrepidws/f8703f77282fb0e8e85a5a2ca26fe280 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| For Medis, I think the SSH key cannot have a password? Or it might just need to be the PEM version. | |
| First Run | |
| `ssh-keygen -t rsa -b 4096 -C "[email protected]"` | |
| Then Run | |
| `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment