feat: reshuffle files
This commit is contained in:
13
dotfiles/system/ssh/ssh_config.d/10-dev.conf
Executable file
13
dotfiles/system/ssh/ssh_config.d/10-dev.conf
Executable file
@@ -0,0 +1,13 @@
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile /home/jamie/.ssh/github
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
|
||||
Host gitea
|
||||
HostName gitea.do-bbs.com
|
||||
User git
|
||||
IdentityFile /home/jamie/.ssh/gitea
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
Port 748
|
||||
Reference in New Issue
Block a user