Modify `/home/kazu634/.ssh/config` to connect to `gitea.kazu634.com`.
This commit is contained in:
parent
733a9e594f
commit
2ac28d295f
|
@ -9,3 +9,9 @@ Host github.com
|
|||
IdentityFile ~/.ssh/id_rsa.github
|
||||
Port 22
|
||||
User git
|
||||
|
||||
Host gitea.kazu634.com
|
||||
HostName gitea.kazu634.com
|
||||
IdentityFile ~/.ssh/id_rsa.chef
|
||||
Port 50022
|
||||
User git
|
||||
|
|
Loading…
Reference in New Issue