| Summary: | ssh does not give option to trust on changed keys | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Nicolas Valcárcel <nicolas.valcarcel> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | trivial | CC: | djm, dtucker, nicolas.valcarcel |
| Priority: | P2 | ||
| Version: | 4.7p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Nicolas Valcárcel
2008-03-20 03:02:10 AEDT
1) you can save and restore the keys when you reinstall (useful particularly if you have many clients). 2) See CheckHostIP in ssh_config(5) for the case where the address changes. 3) you can use "ssh-keygen -R hostname" to delete an entry from known_hosts rather than hand-editing. This is quite deliberate, we want explicit user interaction to force a changed key. You can use "ssh-keygen -R [hostname]" to automate the actual removal, but we need users to *think about it*. This will not be changing. Mass update RESOLVED->CLOSED after release of openssh-5.1 |