Updated ssh hosts, indentation for sublime
This commit is contained in:
parent
020f56f952
commit
f19a75d677
2 changed files with 62 additions and 196 deletions
256
.ssh/config
256
.ssh/config
|
@ -1,172 +1,87 @@
|
|||
HashKnownHosts no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
ForwardX11 no
|
||||
|
||||
## ## ####### ###### ######## ## ####### ###### #### ## ## ######
|
||||
## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ##
|
||||
## ## ## ## ## ## ## ## ## ## ## #### ## ##
|
||||
######### ## ## ###### ## ## ## ## ## #### ## ## ## ## ######
|
||||
## ## ## ## ## ## ## ## ## ## ## ## ## #### ##
|
||||
## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ##
|
||||
## ## ####### ###### ## ######## ####### ###### #### ## ## ######
|
||||
|
||||
## ## ###### ######## ######## ## ## ######## ########
|
||||
## ## ## ## ## ## ## ## ## ## ## ##
|
||||
## ## ## ## ## ## ## ## ## ## ##
|
||||
## ## ###### ###### ######## ## ## ###### ########
|
||||
## ## ## ## ## ## ## ## ## ## ##
|
||||
## ## ## ## ## ## ## ## ## ## ## ##
|
||||
### ###### ######## ## ## ### ######## ## ##
|
||||
|
||||
Host MORPHEUS
|
||||
Hostname morpheus.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.enbewe.morpheus-nis
|
||||
|
||||
Host NIOBE
|
||||
Hostname niobe.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
|
||||
Host APOC
|
||||
Hostname apoc.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.enbewe.apoc-nis
|
||||
|
||||
Host SWITCH
|
||||
Hostname switch.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.enbewe.switch-nis
|
||||
|
||||
Host MOUSE
|
||||
Hostname mouse.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.enbewe.mouse-nis
|
||||
|
||||
Host LINK
|
||||
Hostname link.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.enbewe.link-nis
|
||||
|
||||
Host TANK
|
||||
Hostname tank.enbewe.de
|
||||
Host SWITCH
|
||||
Hostname switch.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
|
||||
Host MOUSE
|
||||
Hostname mouse.enbewe.de
|
||||
Port 22
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.enbewe.tank-nis
|
||||
|
||||
Host BACKUPS
|
||||
Hostname backups.janiwe.de
|
||||
Port 22
|
||||
User enbewe
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.janiwe.backups-enbewe
|
||||
|
||||
Host TOPPOINT
|
||||
Hostname shabang.toppoint.de
|
||||
User enbewe
|
||||
IdentityFile ~/.ssh/hosts/de.toppoint-enbewe
|
||||
|
||||
|
||||
## ### ## ## ## ## ####### ###### ######## ######
|
||||
## ## ## ### ## ## ## ## ## ## ## ## ## ##
|
||||
## ## ## #### ## ## ## ## ## ## ## ##
|
||||
## ## ## ## ## ## ######### ## ## ###### ## ######
|
||||
## ######### ## #### ## ## ## ## ## ## ##
|
||||
## ## ## ## ### ## ## ## ## ## ## ## ## ##
|
||||
######## ## ## ## ## ## ## ####### ###### ## ######
|
||||
|
||||
Host RASPI
|
||||
Hostname enbewe-raspi.fritz.box
|
||||
User enbewe
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
LocalForward 9666 localhost:9666
|
||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||
|
||||
Host XBMC
|
||||
Hostname enbewe-xbmc.fritz.box
|
||||
User root
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||
|
||||
Host RX300
|
||||
Hostname enbewe-rx300s6.fritz.box
|
||||
User nis
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/box.fritz.enbewe-rx300s6-nis
|
||||
#Host RX300
|
||||
# Hostname enbewe-rx300s6.fritz.box
|
||||
# User nis
|
||||
# IdentityFile ~/.ssh/hosts/box.fritz.enbewe-rx300s6-nis
|
||||
|
||||
Host QNAP
|
||||
Hostname eNBeWe-QNAP.fritz.box
|
||||
User admin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||
|
||||
Host TOPPOINT
|
||||
Hostname shabang.toppoint.de
|
||||
User enbewe
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.toppoint-enbewe
|
||||
|
||||
Host IFI
|
||||
Hostname beorn.informatik.uni-kiel.de
|
||||
User nbw
|
||||
ForwardX11 yes
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik-nbw
|
||||
|
||||
Host RTSYS
|
||||
Hostname rtsys.informatik.uni-kiel.de
|
||||
User nbw
|
||||
ForwardX11 yes
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys-nbw
|
||||
|
||||
Host AEON
|
||||
Hostname aeon.rtsys
|
||||
User nbw
|
||||
ForwardX11 yes
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys-nbw
|
||||
|
||||
Host ATTOSEC
|
||||
Hostname attosec.rtsys
|
||||
User nbw
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys-nbw
|
||||
|
||||
Host INFOSCREEN
|
||||
Hostname infoscreen.rtsys
|
||||
User nbw
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys-nbw
|
||||
|
||||
Host RAILPI0
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20020
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
||||
Host RAILPI1
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20021
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
||||
Host RAILPI2
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20022
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
||||
Host RAILPI3
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20023
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
||||
|
||||
###### #### ######## ###### ######## ######## ## ## ######## ########
|
||||
## ## ## ## ## ## ## ## ## ## ## ## ## ##
|
||||
|
@ -176,59 +91,35 @@ Host RAILPI3
|
|||
## ## ## ## ## ## ## ## ## ## ## ## ## ##
|
||||
###### #### ## ###### ######## ## ## ### ######## ## ##
|
||||
|
||||
Host GIT-RTSYS
|
||||
Hostname git.rtsys.informatik.uni-kiel.de
|
||||
Port 7999
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.uni-kiel.informatik.rtsys.git-nbw
|
||||
|
||||
Host git-rtsys
|
||||
Hostname git.rtsys.informatik.uni-kiel.de
|
||||
Port 7999
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.uni-kiel.informatik.rtsys.git-nbw
|
||||
|
||||
Host GIT-CSPRUNG
|
||||
Hostname gitlab.csprung.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.csprung.gitlab-nbw
|
||||
|
||||
Host GIT-IFI
|
||||
Hostname git.informatik.uni-kiel.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.uni-kiel.informatik.git-nbw
|
||||
|
||||
Host GIT-ENBEWE
|
||||
Hostname git.enbewe.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.enbewe.git-enbewe
|
||||
|
||||
Host GIT-FFKI
|
||||
Hostname git.freifunk.in-kiel.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.in-kiel.freifunk.git-git
|
||||
|
||||
Host GIT-GITHUB
|
||||
Hostname github.com
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/com.github-enbewe
|
||||
|
||||
Host git-github
|
||||
Hostname github.com
|
||||
Host GIT-FFKI
|
||||
Hostname git.freifunk.in-kiel.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/com.github-enbewe
|
||||
IdentityFile ~/.ssh/git/de.in-kiel.freifunk.git-git
|
||||
|
||||
Host GIT-ETAS
|
||||
Hostname bitbucket.etas-dev.com
|
||||
Port 7999
|
||||
Host GIT-TOPPOINT
|
||||
Hostname gitlab.toppoint.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/com.etas-dev.bitbucket-obi9fe
|
||||
IdentityFile ~/.ssh/git/de.toppoint.gitlab-enbewe
|
||||
|
||||
Host GIT-ONN
|
||||
Hostname git.offenenetzenord.de
|
||||
Port 22
|
||||
User git
|
||||
|
||||
|
||||
######## ######## ######## #### ######## ## ## ## ## ## ##
|
||||
## ## ## ## ## ## ## ## ### ## ## ##
|
||||
|
@ -239,62 +130,37 @@ Host GIT-ETAS
|
|||
## ## ## ######## #### ## ####### ## ## ## ##
|
||||
|
||||
Host FF-SERENITY
|
||||
Hostname fda1:384a:74de:4242:248:54ff:fe54:4d8
|
||||
Hostname 2a07:59c6:ec02::248:54ff:fe54:4d8
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-MALCOM
|
||||
Hostname fda1:384a:74de:4242:32b5:c2ff:feb0:51a8
|
||||
Host FF-WASH
|
||||
Hostname 2a07:59c6:ec02::b6fb:e4ff:fe12:8ec8
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-INARA
|
||||
Hostname fda1:384a:74de:4242:62e3:27ff:fed6:1482
|
||||
Hostname 2a07:59c6:ec02::62e3:27ff:fed6:1482
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-RIVER
|
||||
Hostname fda1:384a:74de:4242:c6e9:84ff:fec1:fca8
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-SIMON
|
||||
Hostname fda1:384a:74de:4242:da5d:4cff:fec4:1398
|
||||
Hostname 2a07:59c6:ec02::c6e9:84ff:fec1:fca8
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-GARIPS
|
||||
Hostname fda1:384a:74de:4242:c66e:1fff:fe97:851a
|
||||
Hostname 2a07:59c6:ec02::c66e:1fff:fe97:851a
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-IANTO
|
||||
Hostname fda1:384a:74de:4242:822a:a8ff:fedf:cf58
|
||||
Host FF-SIMON
|
||||
Hostname 2a07:59c6:ec02::da5d:4cff:fec4:1398
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-TOSH
|
||||
Hostname fda1:384a:74de:4242:218:84ff:fe89:51ee
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-GWEN
|
||||
Hostname fda1:384a:74de:4242:c6e9:84ff:fef7:b322
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-OWEN
|
||||
Hostname fda1:384a:74de:4242:218:84ff:fe89:51e2
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"caret_style": "phase",
|
||||
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
|
||||
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"figlet_font": "banner3",
|
||||
"font_face": "Hack",
|
||||
|
|
Loading…
Reference in a new issue