init
This commit is contained in:
13
dot_ssh/config.d/git-private
Normal file
13
dot_ssh/config.d/git-private
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user