README.md aktualisiert

This commit is contained in:
2024-11-29 20:55:33 +01:00
parent c5d434b890
commit e0fd4c10a6

View File

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