diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-02 12:40:47 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-02 12:40:47 -0500 |
commit | c5ab7ff90a8fc466147e76ce6b05cebffa1f08fc (patch) | |
tree | c6625d13eaf99e0528e846fdb6c3cf805f9e92c5 | |
parent | fcaf06dba8a7b127e9f3681e40c65ce6372340bf (diff) |
Remove old commented ssh config.
-rw-r--r-- | dotfiles/.ssh/config | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config index 9cd0152..653bba8 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -1,11 +1,3 @@ -# Host cygnus -# HostName 54.84.181.152 -# User dthompson -# Port 667 - -# Host 172.* -# ProxyCommand ssh cygnus -W %h:667 - Host takemi HostName dthompson.us User dave |