commit b3f979f4796d55b4336e17cdb6af46cbec5f034a (tree) parent e4786385c5c94aa1467bb10c301fe3e01ca8350c Author: Motiejus Jakštys <motiejus@uber.com> Date: Fri, 23 Sep 2022 15:38:00 +0300 update gitconfig and submodules Diffstat:
| M | git/.gitconfig | | | 2 | +- |
| M | ssh/.ssh/config | | | 5 | +++++ |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/git/.gitconfig b/git/.gitconfig @@ -1,5 +1,5 @@ [user] - email = motiejus@jakstys.lt + email = motiejus@uber.com name = Motiejus Jakštys [http] diff --git a/ssh/.ssh/config b/ssh/.ssh/config @@ -1,2 +1,7 @@ Host github.com *.jakstys.lt jakstys.lt localhost *.sr.ht 192.168.* *.rsync.net *.lan vno* IdentityAgent $GPG_SSH_AUTH_SOCK + +Host 10.203.64.* 10.203.65.* 10.203.66.* 10.203.67.* + ProxyCommand /usr/local/bin/ussh bastion.uber.com -W %h:%p + UserKnownHostsFile /dev/null + StrictHostKeyChecking no