Merge pull request 'Modify `/home/kazu634/.ssh/config` to connect to `gitea.kazu634.com`.' (#79) from modify-ssh-config into master
Reviewed-on: #79
This commit is contained in:
commit
c735b2128e
|
@ -9,3 +9,9 @@ Host github.com
|
||||||
IdentityFile ~/.ssh/id_rsa.github
|
IdentityFile ~/.ssh/id_rsa.github
|
||||||
Port 22
|
Port 22
|
||||||
User git
|
User git
|
||||||
|
|
||||||
|
Host gitea.kazu634.com
|
||||||
|
HostName gitea.kazu634.com
|
||||||
|
IdentityFile ~/.ssh/id_rsa.chef
|
||||||
|
Port 50022
|
||||||
|
User git
|
||||||
|
|
Loading…
Reference in New Issue