Changes between Version 5 and Version 6 of ssl_host_key_changed
- Timestamp:
- May 14, 2008, 2:17:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ssl_host_key_changed
v5 v6 4 4 5 5 {{{ 6 6 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 7 7 @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ 8 8 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ … … 21 21 22 22 You will need to edit your ~/.ssh/known_hosts file. The error message should specify the line number of the "offending" key. Simply delete that line in the file and try again. 23 24 For example, if you were trying to connect to `chavez.mayfirst.org`, you can remove the offending key via the command line with: 25 {{{ 26 ssh-keygen -R chavez.mayfirst.org 27 }}} 23 28 24 29 === Using Windows ===