Add ssh keypair for github, and host entry in config.
This commit is contained in:
parent
b32e64bc08
commit
66a039801c
4 changed files with 12 additions and 0 deletions
1
.ssh/.gitignore
vendored
1
.ssh/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
agents*
|
||||
id_rsa
|
||||
id_ed25519
|
||||
id_ed25519_github
|
||||
known_hosts*
|
||||
|
|
|
@ -65,6 +65,12 @@ Host backupnas
|
|||
Port 2048
|
||||
|
||||
|
||||
# GitHub
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
IdentityFile ~/.ssh/id_ed25519_github
|
||||
|
||||
|
||||
# General settings.
|
||||
Host *
|
||||
# AddKeysToAgent yes
|
||||
|
|
4
.ssh/id_ed25519_github.gpg
Normal file
4
.ssh/id_ed25519_github.gpg
Normal file
|
@ -0,0 +1,4 @@
|
|||
Œ
Ÿ0+*äóŒ/ôÒÀêûcv×…‘<E280A6>¾–ψ/A¿À•ðYfWÃr}«éJnÑ<6E>tÆ?(gŸf‚«—Å_À4yåÝ•%õ}ÎE†KKYVÄd•ÅEÖ«IêñfxžÑiÇ ÓY{Ì=‚ÏQ- ™ØG´¢œÞLêÀÎmª³íö¿6o€ÿÚô$U$çk¬’'©›Ò²ª·7E2sŽ<73>GÝŸ….˜v*jÁpž¼/‘e
´VËëÏ€8Åknй1Äjµtÿß
|
||||
i1ì ¿Ÿ¼èUŒîÔE<C394>7)ý‡‚]kÉKKX–9oàóÄ©&Ðü·
|
||||
¼ÀÍ^ÌsÃÃÆ’|€#E¨ZÏ<R{¸Í5…wx’—[õÇR¾aºë¯›•3úÃR¢Pl`ð<>3Emþu[Ϻ7ÁN~ûÜ£
6Q½gBC<kª,;¥Êc‚ø1»*våþ-w#Ï×ÉÑ“Êåñ<C3A5>®*ÃW?dÉñ(£¦”|<7C>«%"½ÐÜ=‚¤äŠK+ð‚´
|
||||
/Fo‘9†nl„?_<ç"Òãì÷m ûi?´Ìµ¯[2m¥d°¨Õ—£œ ìÊ
|
1
.ssh/id_ed25519_github.pub
Normal file
1
.ssh/id_ed25519_github.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTqpP7YyGHoEhPoqZTS0H7CmMQ06wcvnC8dgYDM/mbF darren@afterdark.org.uk
|
Loading…
Add table
Add a link
Reference in a new issue