diff --git a/scripts/.local/share/scripts/tmuxp-session b/scripts/.local/share/scripts/tmuxp-session index 355f11d..daaef9f 100755 --- a/scripts/.local/share/scripts/tmuxp-session +++ b/scripts/.local/share/scripts/tmuxp-session @@ -5,7 +5,6 @@ select_action() { "local" "zion" "hpc" - "idlab" ) action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session") execute_action "$action" @@ -20,7 +19,6 @@ execute_action() { "local") launch_session "local" ;; "zion") launch_session "zion" ;; "hpc") launch_session "hpc" ;; - "idlab") launch_session "idlab" ;; esac } diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 4806621..e382efd 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -14,12 +14,6 @@ host hpc port 22 identityfile ~/.ssh/id_ed25519 -host idlab - user akasroua - hostname 10.10.193.39 - port 22 - identityfile ~/.ssh/idlab - host kobo user root hostname 192.168.13.20 diff --git a/ssh/.ssh/idlab b/ssh/.ssh/idlab deleted file mode 100644 index dff57ee..0000000 Binary files a/ssh/.ssh/idlab and /dev/null differ diff --git a/ssh/.ssh/idlab.pub b/ssh/.ssh/idlab.pub deleted file mode 100644 index 6cbabd3..0000000 Binary files a/ssh/.ssh/idlab.pub and /dev/null differ diff --git a/tmux/.tmuxp/idlab.yaml b/tmux/.tmuxp/idlab.yaml deleted file mode 100644 index 0c4fe3e..0000000 --- a/tmux/.tmuxp/idlab.yaml +++ /dev/null @@ -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"