rename ssh key
This commit is contained in:
parent
0b64fd26aa
commit
f4f42cf08c
1 changed files with 2 additions and 7 deletions
|
|
@ -1,18 +1,13 @@
|
||||||
Host gh
|
|
||||||
User git
|
|
||||||
Hostname github.com
|
|
||||||
IdentityFile ~/.ssh/id_rsa-github
|
|
||||||
|
|
||||||
Host fg
|
Host fg
|
||||||
User git
|
User git
|
||||||
Hostname forgejo.ballcloud.cc
|
Hostname forgejo.ballcloud.cc
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/perga
|
||||||
Port 222
|
Port 222
|
||||||
|
|
||||||
Host server
|
Host server
|
||||||
User wball
|
User wball
|
||||||
Hostname ballcloud.cc
|
Hostname ballcloud.cc
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/perga
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
IdentityAgent ~/.1password/agent.sock
|
IdentityAgent ~/.1password/agent.sock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue