From 2606bdd307f068f475502fe05216f0c8d3cedc1a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Jul 2018 02:01:47 -0400 Subject: [PATCH] remove ssh config --- Makefile | 11 +++------- ssh/.ssh/config | 54 ------------------------------------------------- 2 files changed, 3 insertions(+), 62 deletions(-) delete mode 100644 ssh/.ssh/config diff --git a/Makefile b/Makefile index e99883c..256c9d7 100644 --- a/Makefile +++ b/Makefile @@ -16,14 +16,13 @@ endif install: @make $(UNAME) -Linux: bash ssh fish git mutt byobu weechat vim -Windows: bash ssh git vim -Other: bash git vim +Linux: bash fish git mutt byobu weechat vim +Windows: bash git vim +Other: bash git vim clean: @printf "$(RED)--- clean -----------------------------------------------\n$(RESET)" stow -t "$$HOME" -D bash - stow -t "$$HOME" -D ssh stow -t "$$HOME" -D fish stow -t "$$HOME" -D git stow -t "$$HOME" -D vim @@ -35,10 +34,6 @@ bash: @printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)" stow -t "$$HOME" bash -ssh: - @printf "$(YELLOW)--- ssh ------------------------------------------------\n$(RESET)" - stow -t "$$HOME" ssh - fish: @printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)" stow -t "$$HOME" fish diff --git a/ssh/.ssh/config b/ssh/.ssh/config deleted file mode 100644 index 1fc40bf..0000000 --- a/ssh/.ssh/config +++ /dev/null @@ -1,54 +0,0 @@ -Port 22 - -Host tilde -Hostname tilde.team -User ben - -Host town -Hostname tilde.town -User benharri -LocalForward localhost:12345 localhost:12345 - -Host ctrl -Hostname ctrl-c.club -User benharri - -Host sdf -Hostname arpa.sdf.org -User benharri - -Host euclid -Hostname euclid.nmu.edu -User benharri - -Host thor -Hostname thor.tilde.team -User ben - - -Host gh -Hostname github.com -User git - -Host gl -Hostname gitlab.com -User git - -Host tgit -Hostname tilde.team -User git - - -Host da1.hashbang.sh ny1.hashbang.sh sf1.hashbang.sh to1.hashbang.sh -User benharri - -Host git-infra.hashbang.sh -User git - -Host sfo1.irc.hashbang.sh ldap.hashbang.sh -User core - -Host *.hashbang.sh hashbang.sh -User core -Port 8993 -