[tor-commits] [torouter/master] copy over sshd config
ioerror at torproject.org
ioerror at torproject.org
Fri Aug 19 14:11:23 UTC 2011
commit 8f7c217f8470afc02ea678fd37838b01a6b2423c
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Fri Aug 19 15:23:48 2011 +0200
copy over sshd config
---
packages/torouter-prep/src/torouter_config.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index e27c81e..ddeac3e 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -95,6 +95,9 @@ cp $config_dir/dnsmasq.conf /etc/dnsmasq.conf
cp $config_dir/ntp.conf /etc/ntp.conf
cp $config_dir/openntpd-default /etc/default/openntpd
+# Configure ssh
+cp $config_dir/sshd_config /etc/ssh/sshd_config
+
# XXX We should configure ufw here
# XXX We should configure denyhosts
More information about the tor-commits
mailing list