From 6fd5600a8b7dd8d79e01b0ccec7252dbeb90f875 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 2 Jan 2013 13:21:59 -0600 Subject: [PATCH] .ssh/config.epic: Track ~/.ssh/config --- .ssh/config.epic | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .ssh/config.epic diff --git a/.ssh/config.epic b/.ssh/config.epic new file mode 100644 index 0000000..3875740 --- /dev/null +++ b/.ssh/config.epic @@ -0,0 +1,21 @@ +# General Options +# #################################################################### +# Try "publickey" auth before "gssapi" +PreferredAuthentications "publickey,gssapi-with-mic,keyboard-interactive,password" +# Allow Kerberos (heimdal) credential forwarding +GSSAPIAuthentication yes + +# Host-Specific Settings +# #################################################################### +# Don't do host key checking for Epic Intranet +Host *.epic.com fnd-* ic-* ivm-* epic-* tde-* vs-* vx-* gateshead oilcanharry + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null + LogLevel=ERROR + +Host corvus.nynim.org + Port 122 + User tony + +Host nynim.org + User tduckles -- 2.45.2