Plugins
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user