Added cssh config
This commit is contained in:
parent
c5c4ca02d0
commit
afe66c8554
3 changed files with 356 additions and 0 deletions
2
.clusterssh/clusters
Normal file
2
.clusterssh/clusters
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
railway RAILPI0 RAILPI1 RAILPI2 RAILPI3
|
||||||
|
netcup MORPHEUS APOC MOUSE SWITCH TANK LINK
|
69
.clusterssh/config
Normal file
69
.clusterssh/config
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
#auto_close=5
|
||||||
|
#auto_quit=yes
|
||||||
|
#command=
|
||||||
|
#comms=ssh
|
||||||
|
#console=console
|
||||||
|
#console_args=
|
||||||
|
#console_position=
|
||||||
|
#debug=0
|
||||||
|
#external_cluster_command=
|
||||||
|
#extra_cluster_file=
|
||||||
|
#history_height=10
|
||||||
|
#history_width=40
|
||||||
|
#key_addhost=Control-Shift-plus
|
||||||
|
#key_clientname=Alt-n
|
||||||
|
#key_history=Alt-h
|
||||||
|
#key_localname=Alt-l
|
||||||
|
#key_macros_enable=Alt-p
|
||||||
|
#key_paste=Control-v
|
||||||
|
#key_quit=Alt-q
|
||||||
|
#key_retilehosts=Alt-r
|
||||||
|
#key_username=Alt-u
|
||||||
|
#lang=en
|
||||||
|
#macro_hostname=%h
|
||||||
|
#macro_newline=%n
|
||||||
|
#macro_servername=%s
|
||||||
|
#macro_username=%u
|
||||||
|
#macro_version=%v
|
||||||
|
#macros_enabled=yes
|
||||||
|
#max_addhost_menu_cluster_items=6
|
||||||
|
#max_host_menu_items=30
|
||||||
|
#menu_host_autotearoff=0
|
||||||
|
#menu_send_autotearoff=0
|
||||||
|
#mouse_paste=Button-2
|
||||||
|
#rsh=rsh
|
||||||
|
#rsh_args=
|
||||||
|
#screen_reserve_bottom=60
|
||||||
|
#screen_reserve_left=0
|
||||||
|
#screen_reserve_right=0
|
||||||
|
#screen_reserve_top=0
|
||||||
|
#send_menu_xml_file=/home/enbewe/.clusterssh/send_menu
|
||||||
|
#sftp=sftp
|
||||||
|
#sftp_args=
|
||||||
|
#show_history=0
|
||||||
|
#ssh=ssh
|
||||||
|
#ssh_args=
|
||||||
|
#telnet=telnet
|
||||||
|
#telnet_args=
|
||||||
|
#terminal=xterm
|
||||||
|
#terminal_allow_send_events=-xrm '*.VT100.allowSendEvents:true'
|
||||||
|
#terminal_args=
|
||||||
|
#terminal_bg_style=dark
|
||||||
|
#terminal_colorize=1
|
||||||
|
#terminal_decoration_height=10
|
||||||
|
#terminal_decoration_width=8
|
||||||
|
#terminal_font=10x20
|
||||||
|
#terminal_reserve_bottom=0
|
||||||
|
#terminal_reserve_left=5
|
||||||
|
#terminal_reserve_right=0
|
||||||
|
#terminal_reserve_top=5
|
||||||
|
terminal_size=100x40
|
||||||
|
#terminal_title_opt=-T
|
||||||
|
#title=CSSH
|
||||||
|
#unmap_on_redraw=no
|
||||||
|
#use_all_a_records=0
|
||||||
|
#use_hotkeys=yes
|
||||||
|
#use_natural_sort=0
|
||||||
|
#user=
|
||||||
|
window_tiling=no
|
||||||
|
#window_tiling_direction=right
|
285
.ssh/config
Normal file
285
.ssh/config
Normal file
|
@ -0,0 +1,285 @@
|
||||||
|
HashKnownHosts 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 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
|
||||||
|
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 RASPI
|
||||||
|
Hostname enbewe-raspi.fritz.box
|
||||||
|
User enbewe
|
||||||
|
ForwardX11 no
|
||||||
|
RemoteForward 52698 127.0.0.1:52698
|
||||||
|
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||||
|
|
||||||
|
Host XBMC
|
||||||
|
Hostname enbewe-xbmc.fritz.box
|
||||||
|
User root
|
||||||
|
ForwardX11 no
|
||||||
|
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 QNAP
|
||||||
|
Hostname eNBeWe-QNAP.fritz.box
|
||||||
|
User admin
|
||||||
|
ForwardX11 no
|
||||||
|
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||||
|
|
||||||
|
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 pi
|
||||||
|
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 pi
|
||||||
|
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 pi
|
||||||
|
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 pi
|
||||||
|
ForwardX11 no
|
||||||
|
RemoteForward 52698 127.0.0.1:52698
|
||||||
|
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||||
|
|
||||||
|
|
||||||
|
###### #### ######## ###### ######## ######## ## ## ######## ########
|
||||||
|
## ## ## ## ## ## ## ## ## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ## ## ## ## ## ## ##
|
||||||
|
## #### ## ## ###### ###### ######## ## ## ###### ########
|
||||||
|
## ## ## ## ## ## ## ## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ## ## ## ## ## ## ## ## ##
|
||||||
|
###### #### ## ###### ######## ## ## ### ######## ## ##
|
||||||
|
|
||||||
|
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.gitlab-enbewe
|
||||||
|
|
||||||
|
Host GIT-FFKI
|
||||||
|
Hostname git.freifunk.in-kiel.de
|
||||||
|
Port 22
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/git/de.in-kiel.freifunk.git-enbewe
|
||||||
|
|
||||||
|
Host GIT-GITHUB
|
||||||
|
Hostname github.com
|
||||||
|
Port 22
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/git/com.github-enbewe
|
||||||
|
|
||||||
|
Host git-github
|
||||||
|
Hostname github.com
|
||||||
|
Port 22
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/git/com.github-enbewe
|
||||||
|
|
||||||
|
|
||||||
|
######## ######## ######## #### ######## ## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ## ## ## ### ## ## ##
|
||||||
|
## ## ## ## ## ## ## ## #### ## ## ##
|
||||||
|
###### ######## ###### ## ###### ## ## ## ## ## #####
|
||||||
|
## ## ## ## ## ## ## ## ## #### ## ##
|
||||||
|
## ## ## ## ## ## ## ## ## ### ## ##
|
||||||
|
## ## ## ######## #### ## ####### ## ## ## ##
|
||||||
|
|
||||||
|
Host FF-SERENITY
|
||||||
|
Hostname fda1:384a:74de:4242: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
|
||||||
|
Port 22
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||||
|
|
||||||
|
Host FF-INARA
|
||||||
|
Hostname fda1:384a:74de:4242: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
|
||||||
|
Port 22
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||||
|
|
||||||
|
Host FF-GARIPS
|
||||||
|
Hostname fda1:384a:74de:4242:c66e:1fff:fe97:851a
|
||||||
|
Port 22
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||||
|
|
||||||
|
Host FF-IANTO
|
||||||
|
Hostname fda1:384a:74de:4242:ee08:6bff:fe56:ca26
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue