Conversation:
Notices
-
ziedabid (ziedabid)'s status on Wednesday, 31-Oct-2012 07:46:30 EDT ziedabid remove .ssh/known_hosts entry NUM (shown on warning host id changed msg): vim ~/.ssh/known_hosts +NUM +d +x !vim !cli !debian -
alderwick (alderwick)'s status on Wednesday, 31-Oct-2012 08:00:11 EDT alderwick @ziedabid There's also `sed -i 42d ~/.ssh/known_hosts`, which will delete line number 42. :-) -
thkoch (thkoch)'s status on Wednesday, 31-Oct-2012 08:34:46 EDT thkoch @alderwick @ziedabid ssh-keygen -R hostname (remove hostname from known_hosts file) -
alderwick (alderwick)'s status on Wednesday, 31-Oct-2012 08:47:57 EDT alderwick @thkoch What!?! There's an official way of doing it, too? Now that's just _madness_, I tell you. ;-) -
ziedabid (ziedabid)'s status on Wednesday, 31-Oct-2012 09:36:39 EDT ziedabid @alderwick @thkoch thanks !! ;-)
-