Splitting out work stuff
This commit is contained in:
parent
1b3f1937b4
commit
8b1c3a80ad
|
@ -12,3 +12,5 @@ Host *.greenfiling.com
|
|||
ForwardAgent yes
|
||||
Host *
|
||||
UseRoaming no
|
||||
|
||||
Include config.d/*
|
||||
|
|
11
ssh/config.d/work.config
Normal file
11
ssh/config.d/work.config
Normal 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
|
|
@ -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:
|
||||
|
|
1
ssh/public_keys/wok/github.com.pub
Normal file
1
ssh/public_keys/wok/github.com.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbxQtU3f3ASNOSz9uSygKqm8P9DNJ5ITlBKrLE9ilnf wok: Fri Aug 21 14:06:42 EDT 2020
|
Loading…
Reference in New Issue
Block a user