SSH Public-Key Login mit PuTTY (AlmaLinux/CentOS)
Zur Navigation springen
Zur Suche springen
SSH-Schlüsselpaar mit PuTTYgen erzeugen und in einem Linux-Client einfügen.
PuTTY ist eine kostenlose SSH/Telnet Terminal-Software, welche unter anderem auch einen Key-Generator für eine SSH-Schlüssel basierte Authentifizierung mitbringt.
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
mkdir .ssh
vi .ssh/authorized_keys
chmod 700 ~/.ssh/
chmod 600 ~/.ssh/authorized_keys
Quellen
https://serverfault.com/questions/427586/windows-to-linux-putty-with-ssh-and-private-public-key-pair
https://linuxcommando.blogspot.com/2013/10/allow-root-ssh-login-with-public-key.html
https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-centos-8-de
https://medium.com/risan/upgrade-your-ssh-key-to-ed25519-c6e8d60d3c54
Kommentare
Loading comments...