Add .ssh/config.
This commit is contained in:
parent
3365b355a7
commit
7ad93b5657
@ -2,7 +2,7 @@ FILES = ratpoisonrc vimrc Xresources zshrc $(wildcard zfuncs/*) emacs.el \
|
|||||||
bashrc bash_completion screenrc
|
bashrc bash_completion screenrc
|
||||||
|
|
||||||
ifeq "$(USER)" "gebner"
|
ifeq "$(USER)" "gebner"
|
||||||
FILES += muttrc gnus.el
|
FILES += muttrc gnus.el ssh/config
|
||||||
XFILES = xsession
|
XFILES = xsession
|
||||||
|
|
||||||
ifeq "$(shell hostname)" "marginata"
|
ifeq "$(shell hostname)" "marginata"
|
||||||
|
5
conf/ssh/config
Normal file
5
conf/ssh/config
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# vim:ft=sshconfig:
|
||||||
|
|
||||||
|
Host aruanus achatina nilotica archachatina
|
||||||
|
GSSAPIAuthentication yes
|
||||||
|
GSSAPIDelegateCredentials yes
|
Loading…
Reference in New Issue
Block a user