User Tools

Site Tools


linux:utilities:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:utilities:ssh [2023/11/29 18:00] – [Commands] Ralf Hoppelinux:utilities:ssh [2026/03/27 12:19] (current) – [Commands] Ralf Hoppe
Line 16: Line 16:
   * change the private key passphrase: ''%%ssh-keygen -p -f ~/.ssh/id_rsa%%''   * change the private key passphrase: ''%%ssh-keygen -p -f ~/.ssh/id_rsa%%''
   * show (own) SSH public key fingerprint: ''%%ssh-keygen -l%%''   * show (own) SSH public key fingerprint: ''%%ssh-keygen -l%%''
-  * publish (own) SSH public key to user@server: ''%%ssh-copy-id -i ~/.ssh/id_rsa.pub user@server%%''+  * publish (own) SSH public key to user@server: ''%%ssh-copy-id -f -i ~/.ssh/id_rsa.pub user@server%%''
   * list public key(s) of specific known host/server: ''%%ssh-keygen -F <host> -l%%''   * list public key(s) of specific known host/server: ''%%ssh-keygen -F <host> -l%%''
   * remove key of host/server from //known_hosts// file: ''%%ssh-keygen -f ~/.ssh/known_hosts -R <host>%%''   * remove key of host/server from //known_hosts// file: ''%%ssh-keygen -f ~/.ssh/known_hosts -R <host>%%''
linux/utilities/ssh.txt · Last modified: by Ralf Hoppe