Files
public-keys/README.md

22 lines
467 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Meine Public Keys
## Hardware Keys
Swiss Token2
Solokey USB C
Solokey USB A
OnlyKey
Die Schlüssel können mit ssh-keygen -K wieder hergestellt werden. Dabei entstehen der private und der öffentliche Schlüssel im aktuellen Verzeichnis neu.
Downloadlink
´´´
wget https://git.rwolff.homelinux.net/rpwolff/public-keys/raw/branch/master/authorized_keys$0
mkdir -p ~/.ssh
cp authorized_keys ~/.ssh
chmod 600 ~/.ssh/authorized_keys
´´´