Skip to content

Instantly share code, notes, and snippets.

@mathieue
Created August 11, 2012 19:47
Show Gist options
  • Save mathieue/3326685 to your computer and use it in GitHub Desktop.
Save mathieue/3326685 to your computer and use it in GitHub Desktop.
Remove entry in known host by line number (sed)
sed -i "209 d" .ssh/known_hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment