summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-01 00:10:47 -0400
committerJesse Luehrs <doy@tozt.net>2018-11-01 00:10:47 -0400
commit45d3b41d36c436f0d99364d5f8cf0b51f69210e7 (patch)
tree114f48c7f715b664ba7aaa571ca7c7e7ab2f77e4
parentf373390ee969b7934b13888093a9fd3488840163 (diff)
downloadconf-45d3b41d36c436f0d99364d5f8cf0b51f69210e7.tar.gz
conf-45d3b41d36c436f0d99364d5f8cf0b51f69210e7.zip
the ssh config isn't necessary since i'm using ssh-add directly
-rw-r--r--Makefile1
-rw-r--r--ssh/config1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab27587..5497bbc 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,6 @@ INSTALL := \
.replyrc \
.screenrc \
.ssh/cao_key \
- .ssh/config \
.tigrc \
.tmux.conf \
.vimrc \
diff --git a/ssh/config b/ssh/config
deleted file mode 100644
index 07ff3a5..0000000
--- a/ssh/config
+++ /dev/null
@@ -1 +0,0 @@
-AddKeysToAgent yes