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 [2026/03/27 12:19] – [Commands] Ralf Hoppelinux:utilities:ssh [2026/06/08 18:28] (current) – [Commands] Ralf Hoppe
Line 18: Line 18:
   * publish (own) SSH public key to user@server: ''%%ssh-copy-id -f -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 -R <host>%%''
   * show certificate information directly from server/host: ''%%ssh-keyscan <host>%%''   * show certificate information directly from server/host: ''%%ssh-keyscan <host>%%''
   * X11 forwarding: ''%%ssh -x user@domain%%''   * X11 forwarding: ''%%ssh -x user@domain%%''
linux/utilities/ssh.txt · Last modified: by Ralf Hoppe