Remove COACE SSH hosts

This commit is contained in:
coolneng 2021-11-03 18:32:01 +01:00
parent 767307c383
commit d0f2ad7cd2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
7 changed files with 0 additions and 38 deletions

View File

@ -3,8 +3,6 @@
select_action() {
action_content=(
"zion"
"unit"
"aegis"
"hpc"
"idlab"
)
@ -19,8 +17,6 @@ launch_session() {
execute_action() {
case "$1" in
"zion") launch_session "zion" ;;
"unit") launch_session "unit" ;;
"aegis") launch_session "aegis" ;;
"hpc") launch_session "hpc" ;;
"idlab") launch_session "idlab" ;;
esac

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +0,0 @@
session_name: aegis
suppress_history: false
windows:
- window_name: admin
focus: true
layout: even-vertical
panes:
- ssh root@aegis
- ssh root@aegis
- window_name: monitor
panes:
- ssh -t aegis "htop"

View File

@ -1,20 +0,0 @@
session_name: unit
suppress_history: false
windows:
- window_name: admin
focus: true
layout: even-vertical
panes:
- ssh root@unit
- ssh root@unit
- window_name: canvas
layout: even-vertical
panes:
- ssh unit
- ssh unit
- window_name: monitor
panes:
- ssh -t unit "htop"