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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue