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
|
||||
User git
|
||||
Hostname forgejo.ballcloud.cc
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/perga
|
||||
Port 222
|
||||
|
||||
Host server
|
||||
User wball
|
||||
Hostname ballcloud.cc
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/perga
|
||||
|
||||
Host *
|
||||
IdentityAgent ~/.1password/agent.sock
|
||||
|
|
|
|||
Loading…
Reference in a new issue