Last active
August 13, 2024 06:29
-
-
Save mkllnk/a712f7fd889c60fde01bd87cd5293c74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt purge apache2 apache2-utils libapache2-mod-php mariadb-server mariadb-client php* | |
apt autoremove | |
adduser maikel | |
usermod -a maikel -G sudo | |
cp -a .ssh/ /home/maikel/ | |
chown maikel:maikel /home/maikel/.ssh/ -R | |
ssh-keygen | |
cd .ssh && cat id_ed25519.pub >> authorized_keys | |
cat id_ed25519 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment