Add aegis tmuxp session
This commit is contained in:
@@ -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
|
||||
|
||||
16
tmux/.tmuxp/aegis.yaml
Normal file
16
tmux/.tmuxp/aegis.yaml
Normal 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
|
||||
Reference in New Issue
Block a user