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,14 +1,14 @@
#!/bin/bash
########################################################
# T-Pot Community Edition #
# T-Pot #
# Two-Factor authentication enable script #
# #
# v0.20 by mo, DTAG, 2015-01-27 #
# v0.01 by mo, DTAG, 2015-06-15 #
########################################################
echo "### This script will enable Two-Factor-Authentication based on Google Authenticator for SSH."
while true
while true
do
echo -n "### Do you want to continue (y/n)? "; read myANSWER;
case $myANSWER in