Remove idlab files

This commit is contained in:
coolneng 2022-09-10 12:23:54 +02:00
parent 2023c27d06
commit df08d3b604
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 0 additions and 21 deletions

View File

@ -5,7 +5,6 @@ select_action() {
"local" "local"
"zion" "zion"
"hpc" "hpc"
"idlab"
) )
action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session") action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session")
execute_action "$action" execute_action "$action"
@ -20,7 +19,6 @@ execute_action() {
"local") launch_session "local" ;; "local") launch_session "local" ;;
"zion") launch_session "zion" ;; "zion") launch_session "zion" ;;
"hpc") launch_session "hpc" ;; "hpc") launch_session "hpc" ;;
"idlab") launch_session "idlab" ;;
esac esac
} }

View File

@ -14,12 +14,6 @@ host hpc
port 22 port 22
identityfile ~/.ssh/id_ed25519 identityfile ~/.ssh/id_ed25519
host idlab
user akasroua
hostname 10.10.193.39
port 22
identityfile ~/.ssh/idlab
host kobo host kobo
user root user root
hostname 192.168.13.20 hostname 192.168.13.20

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +0,0 @@
session_name: idlab
suppress_history: false
windows:
- window_name: canvas
layout: even-vertical
panes:
- ssh -C idlab
- ssh -C idlab
- window_name: monitor
panes:
- ssh -C -t idlab "htop"