mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user