14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
host github-private
|
|
hostname ssh.github.com
|
|
user git
|
|
port 443
|
|
IdentityFile ~/.ssh/keys/github-private.pub
|
|
IdentitiesOnly yes
|
|
|
|
host gitea-ssh.olsen.cloud
|
|
hostname gitea-ssh.olsen.cloud
|
|
user git
|
|
port 2202
|
|
IdentityFile ~/.ssh/keys/github-private.pub
|
|
IdentitiesOnly yes
|