prepare for T-Pot 16.03

This commit is contained in:
marco
2015-12-08 15:47:39 +01:00
parent 0701b5f2f4
commit f06935fe63
72 changed files with 29029 additions and 459 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
########################################################
# T-Pot Community Edition #
# T-Pot #
# SSH enable script #
# #
# v0.21 by mo, DTAG, 2015-01-27 #
# v0.01 by mo, DTAG, 2015-06-15 #
########################################################
if ! [ -f /etc/init/ssh.override ];
@ -15,7 +15,7 @@ fi
echo "### This script will enable the ssh service (default port tcp/64295)."
echo "### Password authentication is disabled by default."
while true
while true
do
echo -n "### Do you want to continue (y/n)? "; read myANSWER;
case $myANSWER in