Last active
December 30, 2019 21:55
-
-
Save intrepidws/f8703f77282fb0e8e85a5a2ca26fe280 to your computer and use it in GitHub Desktop.
Revisions
-
intrepidws revised this gist
Dec 30, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ **!!! SHOULD USE PASSWORD !!!** Generate an SSH key, using PEM (and not the new default RFC4716): `ssh-keygen -m PEM -t rsa -b 4096 -C "[email protected]"` -
intrepidws revised this gist
Dec 30, 2019 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,7 @@ Generate an SSH key, using PEM (and not the new default RFC4716): `ssh-keygen -m PEM -t rsa -b 4096 -C "[email protected]"` For an older key that needs to be converted to PEM, run this: `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa` To copy the public key to the clipboard, do: `pbcopy < ~/.ssh/id_rsa.pub` -
intrepidws renamed this gist
Oct 17, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
intrepidws revised this gist
Oct 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ **Should use password** Generate an SSH key, using PEM (and not the new default RFC4716): `ssh-keygen -m PEM -t rsa -b 4096 -C "[email protected]"` -
intrepidws revised this gist
Oct 17, 2019 . 2 changed files with 7 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ *Should use password* Generate an SSH key, using PEM (and not the new default RFC4716): `ssh-keygen -m PEM -t rsa -b 4096 -C "[email protected]"` For an older key that needs to be converted to PEM, run this: `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa` 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +0,0 @@ -
intrepidws revised this gist
Oct 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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]"` -
intrepidws created this gist
Oct 17, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ For Medis, I think the SSH key cannot have a password First Run `ssh-keygen -t rsa -b 4096 -C "[email protected]"` Then Run `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa`