From 3d73b4fed7611578384fe01ce284f73452893f59 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Tue, 8 Aug 2023 10:13:14 -0500 Subject: [PATCH] SSH config --- ssh/.ssh/config | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ssh/.ssh/config diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..09aabc0 --- /dev/null +++ b/ssh/.ssh/config @@ -0,0 +1,25 @@ +Host workstation + Hostname cnieves.aus.corp.google.com + User cnieves + LocalForward 5005 localhost:5005 # Java Debug + RemoteForward 5037 localhost:5037 # ADB + RemoteForward 2222 localhost:22 # SSH + Compression no + ControlMaster auto + ControlPath /tmp/ssh_control-%r-%h-%p + ControlPersist 5m + +Host vilya + Hostname vilya.c.googlers.com + User cnieves + LocalForward 5005 localhost:5005 # Java Debug + RemoteForward 5037 localhost:5037 # ADB + RemoteForward 2222 localhost:22 # SSH + Compression yes + ControlMaster auto + ControlPath /tmp/ssh_control-%r-%h-%p + ControlPersist 5m + +Host gateway-workaround + Hostname cnieves.aus.corp.google.com + ProxyCommand /usr/local/bin/corp-ssh-helper -relay=sup-ssh-relay.corp.google.com -enable_measurements -report_measurement_results -proxy-mode=grue -dst_username=%r %h %p