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

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