From e230383424fc9fdf87e012611dbf0ce9c2d098ca Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Thu, 3 Jan 2013 08:57:30 -0600 Subject: [PATCH] .ssh/config.epic: Better handling for non-fully-qualified hostnames --- .ssh/config.epic | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.ssh/config.epic b/.ssh/config.epic index 3875740..e066c40 100644 --- a/.ssh/config.epic +++ b/.ssh/config.epic @@ -8,7 +8,11 @@ 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 +Host *.epic.com + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null + LogLevel=ERROR +Host * !*.* StrictHostKeyChecking no UserKnownHostsFile=/dev/null LogLevel=ERROR -- 2.45.2