User Tools

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
lastlog [2022/03/16 07:56] normanlastlog [2022/12/04 07:32] (current) norman
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>