Ssh
Erstellen
ssh-keygen -t ed25519 -C "[email protected]"Legacy
ssh-keygen -t rsa -b 4096 -C "[email protected]"Kopieren
cat ~/.ssh/id_rsa.pub | pbcopy
cat ~/.ssh/id_ed25519.pub | pbcopyPATH
anzeigen
echo $PATHerweitern
export PATH=/usr/local/sbin:$PATH >> ~/.zshrcLinks
Last updated
Was this helpful?