From 19b83dd6fccb1db44426e6e2acfc58da6e3ba9ac Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 25 Jun 2020 06:20:00 +0000 Subject: [PATCH] fix typo --- ssh-utils/ssh-adduser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-utils/ssh-adduser.sh b/ssh-utils/ssh-adduser.sh index beb4492..250cc7e 100644 --- a/ssh-utils/ssh-adduser.sh +++ b/ssh-utils/ssh-adduser.sh @@ -26,7 +26,7 @@ sudo -i -u me bash -c 'ssh-keygen -b 2048 -t rsa -f /home/me/.ssh/id_rsa -q -N ""' mkdir -p /home/me/.ssh/ cp -r $HOME/.ssh/authorized_keys /home/me/.ssh/ - chmod 0600 me:me /home/me/.ssh/authorized_keys + chmod 0600 /home/me/.ssh/authorized_keys chown -R me:me /home/me/.ssh/ # Install webi for the new user -- 2.25.1