Putty
mal sehen https://www.alextsang.net/articles/20180701-042600/index.html
🚫 Never copy your private key to another machine.
SSH-Keys erstellen
ssh-keygen.exe -t ed25519 -C "id_vmsubuntu"
Dem SSH-Agenten den privaten Key bekannt geben
ssh-add .\id_vmsubuntu
Den public Key auf den Server kopieren
ℹ️ "ssh-copy-id" ist zur Zeit nicht in Windows implementiert.
type $env:USERPROFILE\.ssh\id_vmsubuntu.pub | ssh holger@vmsubuntu2204d -p xxx "cat >> .ssh/authorized_keys"
zurück zur ==> Hauptseite