summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssh/.ssh/.gitignore0
-rw-r--r--ssh/.ssh/config22
2 files changed, 0 insertions, 22 deletions
diff --git a/ssh/.ssh/.gitignore b/ssh/.ssh/.gitignore
deleted file mode 100644
index e69de29..0000000
--- a/ssh/.ssh/.gitignore
+++ /dev/null
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
deleted file mode 100644
index edace41..0000000
--- a/ssh/.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