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:
Kazuhiro MUSASHI 2021-06-19 20:18:03 +09:00
commit c735b2128e
1 changed files with 6 additions and 0 deletions

View File

@ -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