From c94c1acd475bbf01310934aa89d16e1c70cf68ab Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 8 Apr 2026 03:58:27 +0200 Subject: typo --- new_user_created.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_user_created.sh b/new_user_created.sh index 4328d47..0c17f01 100755 --- a/new_user_created.sh +++ b/new_user_created.sh @@ -4,7 +4,7 @@ read method type key <$SSH_USER_AUTH user="$(grep -l -s -r -P '^\s*auth:\s*\Q'"$type"'\E\s+\Q'"$key"'\E$' /opt/autopeer/dn42-registry/data/mntner/ | perl -ne 's@^.*/@@; s@-MNT$@@; print lc;' | head -1)" if getent passwd "$user" >/dev/null 2>&1; then - echo "Your account has been created, go ahead and log in: shh $user@$(hostname -f)" + echo "Your account has been created, go ahead and log in: ssh $user@$(hostname -f)" else echo "An error occurred, the account $user didn't get created, please go ask steering" >&2 exit 1 -- cgit v1.3.1-10-gc9f91