ssh config

This commit is contained in:
Daniel Bauer
2018-09-15 10:40:08 +02:00
parent f672717525
commit acb447dd3a
2 changed files with 26 additions and 0 deletions

View File

@@ -405,3 +405,4 @@ interval = 1
tail = false
format =  <label>
; vim:ft=dosini

25
.ssh/config Normal file
View File

@@ -0,0 +1,25 @@
Host *
ForwardX11 yes
PermitLocalCommand yes
<!-- LocalCommand tar c -C${HOME} --exclude="dotfiles/.git" --exclude=".zim/.git" dotfiles .zim | ssh -o PermitLocalCommand=no %n "tar mx -C${HOME}; bash ~/dotfiles/dotfiles_setup.sh ; chsh -s /bin/zsh" -->
Host summonerapi
HostName 46.4.78.43
Host biodata0
User bauer
HostName biodata0.compbiol.bio.tu-darmstadt.de
Host bioclust
User bauer
HostName bioclust.bio.tu-darmstadt.de
Host bioinfo4
HostName 10.0.0.4
User bauer
ProxyCommand ssh -q biodata0 nc -q0 %h 22
Host lcluster?*
User yg38ymab
ForwardX11 yes
HostName %h.hrz.tu-darmstadt.de