]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .ssh/config.epic
.ssh/config.epic: Track ~/.ssh/config
[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 fnd-* ic-* ivm-* epic-* tde-* vs-* vx-* gateshead oilcanharry
12 StrictHostKeyChecking no
13 UserKnownHostsFile=/dev/null
14 LogLevel=ERROR
15
16 Host corvus.nynim.org
17 Port 122
18 User tony
19
20 Host nynim.org
21 User tduckles