mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-06-27 06:35:39 -04:00
30 lines
478 B
Plaintext
30 lines
478 B
Plaintext
Include conf.d/*
|
|
|
|
Host *
|
|
CanonicalizeHostname yes
|
|
CanonicalizeMaxDots 1
|
|
ChallengeResponseAuthentication no
|
|
HashKnownHosts yes
|
|
ServerAliveCountMax 3
|
|
ServerAliveInterval 120
|
|
VerifyHostKeyDNS ask
|
|
VisualHostKey yes
|
|
|
|
Host tufts
|
|
HostName linux.eecs.tufts.edu
|
|
User jjarvi01
|
|
ForwardAgent yes
|
|
|
|
Host unifi
|
|
HostName setup.ui.com
|
|
User root
|
|
ForwardAgent yes
|
|
|
|
Host github.com
|
|
HostName github.com
|
|
User git
|
|
|
|
Host hashbang
|
|
HostName de1.hashbang.sh
|
|
User jakej
|