Remove COACE SSH hosts
This commit is contained in:
parent
767307c383
commit
d0f2ad7cd2
|
@ -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
|
||||
|
|
BIN
ssh/.ssh/aegis
BIN
ssh/.ssh/aegis
Binary file not shown.
Binary file not shown.
BIN
ssh/.ssh/coace
BIN
ssh/.ssh/coace
Binary file not shown.
Binary file not shown.
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue