A lot more automation for ssh.

(And I probably broke something, but we'll see!)
This commit is contained in:
2025-03-07 23:11:04 -05:00
parent 8c304b5126
commit f31647d198
3 changed files with 20 additions and 14 deletions

8
ssh/epilogue Normal file
View 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