Add ssh keypair for github, and host entry in config.

This commit is contained in:
Darren 'Tadgy' Austin 2021-09-23 13:35:10 +01:00
commit 66a039801c
4 changed files with 12 additions and 0 deletions

1
.ssh/.gitignore vendored
View file

@ -1,4 +1,5 @@
agents*
id_rsa
id_ed25519
id_ed25519_github
known_hosts*

View file

@ -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

View file

@ -0,0 +1,4 @@
Œ Ÿ0+*äóŒ/ôÒÀêûcv×<E280A6>¾Ïˆ/A¿À•ðYfWÃr}«éJ­<6E>t­Æ?(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ÉKKX9oàóÄ©&Ðü·
¼ÀÍ^Ì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+ð‚´
/Fo9†nl„?_<ç"Òãì÷m ûi?´Ìµ¯[2m¥d°¨Õ—£œ ìÊ

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTqpP7YyGHoEhPoqZTS0H7CmMQ06wcvnC8dgYDM/mbF darren@afterdark.org.uk