finally added ssh config
This commit is contained in:
parent
000339270e
commit
9391bc8ba4
1 changed files with 15 additions and 0 deletions
15
ssh/.ssh/config
Normal file
15
ssh/.ssh/config
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Host gh
|
||||
User git
|
||||
Hostname github.com
|
||||
IdentityFile ~/.ssh/id_rsa-github
|
||||
|
||||
Host fg
|
||||
User git
|
||||
Hostname forgejo.ballcloud.cc
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
Port 222
|
||||
|
||||
Host server
|
||||
User wball
|
||||
Hostname ballcloud.cc
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
Loading…
Reference in a new issue