Changes between Version 16 and Version 17 of ssl_host_key_changed
- Timestamp:
- May 15, 2008, 3:20:45 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ssl_host_key_changed
v16 v17 30 30 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. 31 31 32 For example, if you were trying to connect to ` chavez.mayfirst.org`, you can remove the offending key via the command line with:32 For example, if you were trying to connect to `mandela.mayfirst.org`, you can remove the offending key via the command line with: 33 33 {{{ 34 ssh-keygen -R chavez.mayfirst.org34 ssh-keygen -R mandela.mayfirst.org 35 35 }}} 36 36