about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md28
-rw-r--r--configs/shared/misc/.ssh/config5
2 files changed, 6 insertions, 27 deletions
diff --git a/README.md b/README.md
index b2f4d40cc392..539185fed3e3 100644
--- a/README.md
+++ b/README.md
@@ -7,33 +7,7 @@ other items.
 Configuration is everything.
 
 
-# SSH
-
-Here are a few useful tips for working with SSH.
-
-## ssh_config
-
-Instead of creating shell aliases and functions for conveniently accessing
-remote nodes over SSH, edit your `~/.ssh/config` file.
-
-Instead of doing this...
-
-```bash
-$ alias ec2='ssh -i /path/to/identity_file.pem ubuntu@<ec2-instance-public-ip>'
-```
-
-...edit your `~/.ssh/config`:
-
-```
-Host ec2
- User ubuntu
- HostName <ec2-instance-public-ip>
- IdentityFile /path/to/identity_file.pem
-
-# Host * configuration below...
-```
-
-## sshfs
+# SSHFS
 
 SSHFS enables seamless file transfers from your local machine to a remote
 machine.
diff --git a/configs/shared/misc/.ssh/config b/configs/shared/misc/.ssh/config
new file mode 100644
index 000000000000..7d3075cbd502
--- /dev/null
+++ b/configs/shared/misc/.ssh/config
@@ -0,0 +1,5 @@
+Host box
+  Hostname wpcarro.lon.corp.google.com
+
+Match host *.corp.google.com
+  ProxyCommand corp-ssh-helper %h %p