From 7ad93b56579a1b34fee85810de6fc8595d863051 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 29 Apr 2011 19:11:36 +0200 Subject: [PATCH] Add .ssh/config. --- conf/Makefile | 2 +- conf/ssh/config | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 conf/ssh/config diff --git a/conf/Makefile b/conf/Makefile index 259ab86..a22b557 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -2,7 +2,7 @@ FILES = ratpoisonrc vimrc Xresources zshrc $(wildcard zfuncs/*) emacs.el \ bashrc bash_completion screenrc ifeq "$(USER)" "gebner" -FILES += muttrc gnus.el +FILES += muttrc gnus.el ssh/config XFILES = xsession ifeq "$(shell hostname)" "marginata" diff --git a/conf/ssh/config b/conf/ssh/config new file mode 100644 index 0000000..6b8ed0b --- /dev/null +++ b/conf/ssh/config @@ -0,0 +1,5 @@ +# vim:ft=sshconfig: + +Host aruanus achatina nilotica archachatina + GSSAPIAuthentication yes + GSSAPIDelegateCredentials yes