README.md aktualisiert

This commit is contained in:
2024-11-29 20:54:28 +01:00
parent 2e6f989ec6
commit 0ce67bd4ae

View File

@ -9,10 +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
'''