]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .ssh/config.epic
Merge branch 'master' into epic
[dotfiles.git] / .ssh / config.epic
1 # General Options
2 # ####################################################################
3 # Try "publickey" auth before "gssapi"
4 PreferredAuthentications "publickey,gssapi-with-mic,keyboard-interactive,password"
5 # Allow Kerberos (heimdal) credential forwarding
6 GSSAPIAuthentication yes
7
8 # Host-Specific Settings
9 # ####################################################################
10 # Don't do host key checking for Epic Intranet
11 Host *.epic.com
12 StrictHostKeyChecking no
13 UserKnownHostsFile=/dev/null
14 LogLevel=ERROR
15 Host * !*.*
16 StrictHostKeyChecking no
17 UserKnownHostsFile=/dev/null
18 LogLevel=ERROR
19
20 Host corvus.nynim.org
21 Port 122
22 User tony
23
24 Host nynim.org
25 User tduckles