forked from crc-org/crc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue crc-org#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
Showing
1 changed file
with
52 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