Add aegis tmuxp session
This commit is contained in:
parent
19dd0f1f68
commit
e5595ff2ae
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue