A lot more automation for ssh.
(And I probably broke something, but we'll see!)
This commit is contained in:
8
ssh/epilogue
Normal file
8
ssh/epilogue
Normal file
@ -0,0 +1,8 @@
|
||||
Host gitea.* github.com gitlab.com *.github.com *.gitlab.com
|
||||
User git
|
||||
|
||||
|
||||
Host *
|
||||
IdentityFile ~/.ssh/id_%L-%h
|
||||
|
||||
# vim: ft=sshconfig
|
Reference in New Issue
Block a user