README.md aktualisiert

This commit is contained in:
2024-11-29 20:57:55 +01:00
parent 3c3dfd8b1c
commit bec86cca4d

View File

@ -10,13 +10,9 @@ Die Schlüssel können mit ssh-keygen -K wieder hergestellt werden. Dabei entste
Downloadlink Downloadlink
``` ```
cd
wget https://git.rwolff.homelinux.net/rpwolff/public-keys/raw/branch/master/authorized_keys wget https://git.rwolff.homelinux.net/rpwolff/public-keys/raw/branch/master/authorized_keys
mkdir -p ~/.ssh mkdir -p ~/.ssh
cp authorized_keys ~/.ssh mv authorized_keys ~/.ssh
chmod 600 ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys
``` ```