Macbook: how to edit or delete the known_hosts file?
13 09 13 • 21:46& Filed in: Coding
Open terminal and navigate to
to remove the known_hosts file
/users/yourusername/.ssh/
to remove the known_hosts file
$ rm known_hosts
to edit the known_hosts file try one of following$ nano known_hosts
$ vim known_hosts
$ vi known_hosts