Splitting out work stuff

This commit is contained in:
James Patrick 2021-09-13 20:08:28 -04:00
parent 1b3f1937b4
commit 8b1c3a80ad
4 changed files with 15 additions and 0 deletions

View File

@ -12,3 +12,5 @@ Host *.greenfiling.com
ForwardAgent yes
Host *
UseRoaming no
Include config.d/*

11
ssh/config.d/work.config Normal file
View File

@ -0,0 +1,11 @@
Host journal_tunnel
HostName dev.greenfiling.com
LocalForward 127.0.0.1:1443 efm-lasc-stage-pub.journaltech.com:443
Host placer_tunnel
HostName dev.greenfiling.com
LocalForward 127.0.0.1:1444 efm-placer-court-aux.ecourt.com:443
Host riverside_tunnel
HostName dev.greenfiling.com
LocalForward 127.0.0.1:1445 riv-impl-efm-public.ecourt.com:443

View File

@ -13,6 +13,7 @@ init:
$(report) header "Setting up ssh"
$(mk_link) $(CONFIG_SRC) $(CONFIG_TRGT)
$(mk_link) $(SRC_DIR)/public_keys ~/.ssh/public_keys
$(mk_link) $(SRC_DIR)/config.d ~/.ssh/config.d
$(MAKE) -C $(SRC_DIR) init_git_key
update:

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbxQtU3f3ASNOSz9uSygKqm8P9DNJ5ITlBKrLE9ilnf wok: Fri Aug 21 14:06:42 EDT 2020