Add odyfo tmux workspace and aliases
This commit is contained in:
parent
e0a11876e7
commit
b705145bac
|
@ -3,3 +3,21 @@ host zion
|
||||||
hostname 10.8.0.1
|
hostname 10.8.0.1
|
||||||
port 22
|
port 22
|
||||||
identityfile ~/.ssh/zion
|
identityfile ~/.ssh/zion
|
||||||
|
|
||||||
|
host prodyfo
|
||||||
|
user ec2-user
|
||||||
|
hostname ec2-52-47-172-241.eu-west-3.compute.amazonaws.com
|
||||||
|
port 22
|
||||||
|
identityfile ~/.ssh/odyfo
|
||||||
|
|
||||||
|
host devyfo
|
||||||
|
user ec2-user
|
||||||
|
hostname ec2-35-181-115-141.eu-west-3.compute.amazonaws.com
|
||||||
|
port 22
|
||||||
|
identityfile ~/.ssh/odyfo
|
||||||
|
|
||||||
|
host nixyfo
|
||||||
|
user coolneng
|
||||||
|
hostname ec2-35-181-61-130.eu-west-3.compute.amazonaws.com
|
||||||
|
port 22
|
||||||
|
identityfile ~/.ssh/odyfo
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
session_name: odyfo
|
||||||
|
suppress_history: false
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- window_name: dev
|
||||||
|
focus: true
|
||||||
|
layout: even-horizontal
|
||||||
|
panes:
|
||||||
|
- ssh devyfo
|
||||||
|
- ssh devyfo
|
||||||
|
|
||||||
|
- window_name: nix
|
||||||
|
layout: even-horizontal
|
||||||
|
panes:
|
||||||
|
- ssh root@nixyfo
|
||||||
|
- ssh root@nixyfo
|
Loading…
Reference in New Issue