Improve the ssh config splits

This commit is contained in:
Alexander Hosking 2018-12-03 22:24:56 -05:00
parent e5b030059b
commit bdc1f04d79
6 changed files with 73 additions and 0 deletions

View File

@ -11,6 +11,7 @@
## Set Dvorak, because, SMRT ## Set Dvorak, because, SMRT
exec "setxkbmap dvorak" exec "setxkbmap dvorak"
exec "xset dpms 0 0 450"
exec /home/ahosking/.screenlayout/lyrical.sh exec /home/ahosking/.screenlayout/lyrical.sh
exec --no-startup-id ~/.fehbg exec --no-startup-id ~/.fehbg
exec --no-startup-id nm-applet exec --no-startup-id nm-applet

7
.ssh/config.d/kfa Normal file
View File

@ -0,0 +1,7 @@
### KFA
Host kfa.ahoskingit.com
Port 87
Host kfa.archive
Hostname 192.168.1.99
ProxyCommand ssh -W %h:%p kfa.ahoskingit.com

View File

@ -0,0 +1,12 @@
## jumbleberry
Host jumbleberry.jumpbox
IdentityFile ~/.ssh/terraform_key
user ubuntu
Hostname 34.233.71.5
Host jumbleberry.testbox
IdentityFile ~/.ssh/terraform_key
Hostname 10.0.2.38
ProxyCommand ssh -W %h:%p jumbleberry.jumpbox
user ubuntu
###

View File

@ -0,0 +1,52 @@
## Planswell
Host planswell.jumpbox
IdentityFile ~/.ssh/ahosking
Hostname 35.182.178.122
Host planswell.prod.jumpbox
IdentityFile ~/.ssh/ahosking
Hostname 35.182.200.193
Host planswell.prod.dockerbox
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.218
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
Host 172.36.*
IdentityFile ~/.ssh/ahosking
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
Host planswell.dockerbox
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.12
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
Host planswell.dockerbox1
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.160
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
### Planswell Sunlife
Host planswell.sunlife.jumpbox
IdentityFile ~/.ssh/ahosking
Hostname 35.182.56.25
Host planswell.sunlife.docker
IdentityFile ~/.ssh/ahosking
Hostname 10.10.38.28
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
Host planswell.sunlife.docker1
IdentityFile ~/.ssh/ahosking
Hostname 10.10.38.24
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
Host planswell.sunlife.prod.jumpbox
IdentityFile ~/.ssh/ahosking
Hostname 52.60.128.70
Host planswell.sunlife.prod.docker
IdentityFile ~/.ssh/ahosking
Hostname 10.11.38.26
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
###

View File

@ -11,6 +11,7 @@
title_transmit_fg_color = "#c5c8c6" title_transmit_fg_color = "#c5c8c6"
window_state = maximise window_state = maximise
[keybindings] [keybindings]
split_vert = <Primary><Shift>e
[layouts] [layouts]
[[default]] [[default]]
[[[child0]]] [[[child0]]]