summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Makefile5
-rw-r--r--ssh/authorized_keys (renamed from authorized_keys)0
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5cf46ad..6b51e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,6 @@ interhack/servers
interhack/ttyrec
taeb
!taeb/config.yml
+ssh/id_dsa
+ssh/id_dsa.pub
+ssh/known_hosts
diff --git a/Makefile b/Makefile
index 377360d..a85b16a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ INSTALL = abcde.conf \
procmail \
re.pl \
services \
+ ssh \
taeb \
terminfo \
themes \
@@ -50,14 +51,12 @@ RM = @rm -f
build : $(BUILD)
install : build $(INSTALLED) /var/spool/cron/$(USER)
- $(MKDIR) $(INTO)/.ssh
- $(LN) $(PWD)/authorized_keys $(INTO)/.ssh/
@crontab crontab
$(ECHO) Installed into $(HOME)
clean :
$(ECHO) Cleaning from $(HOME)
- $(RM) $(BUILD) $(INSTALLED) $(INTO)/.ssh/authorized_keys
+ $(RM) $(BUILD) $(INSTALLED)
@crontab -d
$(INTO)/.% : %
diff --git a/authorized_keys b/ssh/authorized_keys
index 9412cba..9412cba 100644
--- a/authorized_keys
+++ b/ssh/authorized_keys