dotfiles/playbooks/roles/ssh/templates/ssh_config.j2
Matej Focko de292d018f
Add first version of playbooks and configs
Signed-off-by: Matej Focko <matej.focko@outlook.com>
2020-10-11 15:09:15 +02:00

37 lines
No EOL
503 B
Django/Jinja

# Public
Host github.com
User git
Hostname github.com
Host gitlab.com
User git
Hostname gitlab.com
# FI
Host gitlab.fi.muni.cz
User git
Hostname gitlab.fi.muni.cz
Host aisa anxur
User xfocko
Hostname %h.fi.muni.cz
# Private
Host gauss
User mfocko
Hostname gauss.mfocko.xyz
Port 4444
Host poincare
User mfocko
Hostname mfocko.xyz
Host git.mfocko.xyz
User git
Hostname git.mfocko.xyz
Port 2222
Host git.gauss.mfocko.xyz
User git
Hostname git.gauss.mfocko.xyz
Port 2222