summaryrefslogtreecommitdiffstats
path: root/.ssh/config
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:21:21 +0100
committerGravatar Tom Willemse2013-11-03 21:21:21 +0100
commit5c6cd059e8395d7f24d4b199e59c8c2f562dc438 (patch)
tree2e108e0724b5f5248de11c515312fa8c7c04ab4c /.ssh/config
parentcca8771d855a3c8ba67bcb43a45967d9e4b6dd15 (diff)
downloaddotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.tar.gz
dotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.zip
New stow hierarchy
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config22
1 files changed, 0 insertions, 22 deletions
diff --git a/.ssh/config b/.ssh/config
deleted file mode 100644
index edace41..0000000
--- a/.ssh/config
+++ /dev/null
@@ -1,22 +0,0 @@
-ControlMaster auto
-ControlPath /tmp/ssh_mux_%h_%p_%r
-ControlPersist 1m
-
-Host 192.168.0.95
- Port 4511
-
-Host pegas
- Port 4511
-
-Host 82.170.172.156
- Port 4511
-
-Host anapnea.net
- User ryuslash
-
-Host my.aethon.nl
- User tom
-
-Host ryuslash.org
- Port 4511
- ForwardAgent yes