This commit is contained in:
Christian Nieves
2023-10-10 19:38:47 +00:00
parent 76ebaa0210
commit c7ddb65220
17 changed files with 79 additions and 95 deletions

View File

@ -1,20 +1,22 @@
Host workstation
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
RemoteForward 2222 localhost:22 # SSH/SCP
RemoteForward 2489 localhost:2489 # Lemonade
Compression no
ControlMaster auto
ControlPath /tmp/ssh_control-%r-%h-%p
ControlPersist 5m
Host vilya
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
RemoteForward 2222 localhost:22 # SSH/SCP
RemoteForward 2489 localhost:2489 # Lemonade
Compression yes
ControlMaster auto
ControlPath /tmp/ssh_control-%r-%h-%p