15 lines
272 B
Text
15 lines
272 B
Text
|
|
Host gh
|
||
|
|
User git
|
||
|
|
Hostname github.com
|
||
|
|
IdentityFile ~/.ssh/id_rsa-github
|
||
|
|
|
||
|
|
Host gl
|
||
|
|
User git
|
||
|
|
Hostname gitlab.com
|
||
|
|
IdentityFile ~/.ssh/id_rsa-gitlab
|
||
|
|
|
||
|
|
Host fg
|
||
|
|
Hostname forgejo-ssh.ballcloud.cc
|
||
|
|
User git
|
||
|
|
ProxyCommand /usr/bin/cloudflared access ssh --hostname %h
|