14 lines
351 B
Text
14 lines
351 B
Text
AddKeysToAgent yes
|
|
|
|
Match host github.com user git
|
|
IdentityFile ~/.ssh/id_ed25519_github
|
|
IdentitiesOnly yes
|
|
|
|
Match host git.wekuz.localplayer.dev user git
|
|
Port 15837
|
|
IdentityFile ~/.ssh/id_ed25519_github
|
|
IdentitiesOnly yes
|
|
|
|
Match host 192.168.1.111 user wekuz
|
|
IdentityFile ~/.ssh/id_ed25519_raspberrypie
|
|
IdentitiesOnly yes
|