User Tools

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
lastlog [2022/03/16 07:56] normanlastlog [2025/10/02 12:05] (current) – external edit 127.0.0.1
Line 23: Line 23:
 Source: https://www.servercake.blog/check-last-login-details-via-ssh/ Source: https://www.servercake.blog/check-last-login-details-via-ssh/
  
 +
 +
 +====== SSH Remove SSH Key ======
 +
 +<code>ssh-keygen -f "/root/.ssh/known_hosts" -R "[8.8.8.8]:22"</code>