diff --git a/scripts/.local/share/scripts/tmuxp-session b/scripts/.local/share/scripts/tmuxp-session index daaef9f..e46ef87 100755 --- a/scripts/.local/share/scripts/tmuxp-session +++ b/scripts/.local/share/scripts/tmuxp-session @@ -5,6 +5,7 @@ select_action() { "local" "zion" "hpc" + "kermit-gpu" ) action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session") execute_action "$action" @@ -19,6 +20,7 @@ execute_action() { "local") launch_session "local" ;; "zion") launch_session "zion" ;; "hpc") launch_session "hpc" ;; + "kermit-gpu") launch_session "kermit-gpu" ;; esac } diff --git a/ssh/.ssh/config b/ssh/.ssh/config index e382efd..d4a4616 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -19,3 +19,9 @@ host kobo hostname 192.168.13.20 port 22 identityfile ~/.ssh/kobo + +host kermit-gpu + user aminka + hostname bw26gpu1.ugent.be + port 4480 + identityfile ~/.ssh/kermit-gpu diff --git a/ssh/.ssh/kermit-gpu b/ssh/.ssh/kermit-gpu new file mode 100644 index 0000000..0560548 Binary files /dev/null and b/ssh/.ssh/kermit-gpu differ diff --git a/ssh/.ssh/kermit-gpu.pub b/ssh/.ssh/kermit-gpu.pub new file mode 100644 index 0000000..6fede15 Binary files /dev/null and b/ssh/.ssh/kermit-gpu.pub differ diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index a2c1d63..07c2cfd 100644 Binary files a/ssh/.ssh/known_hosts and b/ssh/.ssh/known_hosts differ diff --git a/tmux/.tmuxp/kermit-gpu.yaml b/tmux/.tmuxp/kermit-gpu.yaml new file mode 100644 index 0000000..96275e1 --- /dev/null +++ b/tmux/.tmuxp/kermit-gpu.yaml @@ -0,0 +1,20 @@ +session_name: kermit-gpu +suppress_history: false + +windows: +- window_name: admin + focus: true + layout: even-vertical + panes: + - ssh -C kermit-gpu + - ssh -C kermit-gpu + +- window_name: canvas + layout: even-vertical + panes: + - ssh -C kermit-gpu + - ssh -C kermit-gpu + +- window_name: monitor + panes: + - ssh -C -t kermit-gpu "htop"