Remove idlab files
This commit is contained in:
parent
2023c27d06
commit
df08d3b604
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
BIN
ssh/.ssh/idlab
BIN
ssh/.ssh/idlab
Binary file not shown.
Binary file not shown.
|
@ -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"
|
|
Loading…
Reference in New Issue