diff --git a/bin/user_create.sh b/bin/user_create.sh index 39d365c..3e156f4 100755 --- a/bin/user_create.sh +++ b/bin/user_create.sh @@ -112,7 +112,7 @@ while read i; do _ssh_keytype=$(echo "${i}" | cut -d ";" -f 6 | tr A-Z a-z | tr -d ' '); if [ "${_ssh_keytype}" = "rsa" ]; then ssh_keytype="${_ssh_keytype}"; - echo "[!!] BACKWARDS COMPATIBLE RSA TYPE SELECTION [!!]"; + #echo "[!!] BACKWARDS COMPATIBLE RSA TYPE SELECTION [!!]"; fi; # user & group not set if [ -z "${user}" ] || [ -z "${_group}" ]; then