Tue, 25 Jul 2017 16:55:59 -0400
reduce ttimeoutlen
481 | 1 | # Do away with this setup once openssh >=7.3 is readily available just move |
2 | # config.d/10-base to config and add an Include config.d/* | |
3 | ||
479 | 4 | config: config.d/* |
608 | 5 | cat config.d/* > $@ && chmod 600 $@ |
479 | 6 | |
7 | clean: | |
8 | rm -f config | |
9 | ||
10 | .PHONY: clean |