User Tools

Site Tools


it_tips:ssh

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
it_tips:ssh [2017/05/03 14:55]
florido [Debugging problems]
it_tips:ssh [2017/05/03 15:00]
florido [Check if the agent is running]
Line 204: Line 204:
 <​code:​bash>​ps aux | grep ssh-agent</​code>​ <​code:​bash>​ps aux | grep ssh-agent</​code>​
  
 +==== Remove an offending key from known_hosts ====
  
 +<​code:​bash>​ssh-keygen -R <​hostname></​code>​
 +
 +==== Remove an offending key from known_hosts ====
 +
 +<​code:​bash>​ssh-keygen -R <​hostname or IP></​code>​
 ====== References ====== ====== References ======
  
   * Arch linux SSH PKI tutorial, https://​wiki.archlinux.org/​index.php/​SSH_Keys ​   * Arch linux SSH PKI tutorial, https://​wiki.archlinux.org/​index.php/​SSH_Keys ​
it_tips/ssh.txt ยท Last modified: 2023/10/09 14:27 by florido

Accessibility Statement