-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #3514 Remove crc instance entries from known_hosts file
while using the podman preset in CRC the instance identity is added to the known_hosts file and when it changes podman-remote complains about it and shows the following error: ``` Error: failed to connect: ssh: handshake failed: knownhosts: key mismatch ``` this will occur in crc when users upgrade podman from 4.3.1 to 4.4.1 with this patch it'll remove the [127.0.0.1]:2222 entries from known_hosts which should work-around this issue
- Loading branch information
1 parent
99c46e6
commit 469aa3e
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters