fixed typo

This commit is contained in:
dslm4515
2023-12-30 01:02:43 -06:00
parent b2b4c3811e
commit 75242b134b

View File

@ -108,7 +108,7 @@ useradd -c 'sshd PrivSep' \
-d /var/lib/sshd \
-g sshd \
-s /bin/false \
-u 50 sshd &&
-u 50 sshd
echo "Generating host keys.."
ssh-keygen -A
EOF