diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 8ed0c84..b47027e 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -35,6 +35,11 @@ host sica identityfile ~/.ssh/sica KexAlgorithms +diffie-hellman-group1-sha1 +host aegis + user coace + hostname 10.0.1.4 + port 22 + identityfile ~/.ssh/aegis host eu.nixbuild.net pubkeyacceptedkeytypes ssh-ed25519 diff --git a/tmux/.tmuxp/aegis.yaml b/tmux/.tmuxp/aegis.yaml new file mode 100644 index 0000000..063fe03 --- /dev/null +++ b/tmux/.tmuxp/aegis.yaml @@ -0,0 +1,16 @@ +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 + layout: even-vertical + panes: + - ssh aegis + - ssh aegis