26 lines
865 B
Plaintext
26 lines
865 B
Plaintext
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
|