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