Add aegis tmuxp session

This commit is contained in:
coolneng 2021-04-06 18:36:36 +02:00
parent 19dd0f1f68
commit e5595ff2ae
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 21 additions and 0 deletions

View File

@ -35,6 +35,11 @@ host sica
identityfile ~/.ssh/sica identityfile ~/.ssh/sica
KexAlgorithms +diffie-hellman-group1-sha1 KexAlgorithms +diffie-hellman-group1-sha1
host aegis
user coace
hostname 10.0.1.4
port 22
identityfile ~/.ssh/aegis
host eu.nixbuild.net host eu.nixbuild.net
pubkeyacceptedkeytypes ssh-ed25519 pubkeyacceptedkeytypes ssh-ed25519

16
tmux/.tmuxp/aegis.yaml Normal file
View File

@ -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