Skip to content

Commit

Permalink
add ssh-keygen command for clearing known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawl committed Jul 12, 2021
1 parent e7414fb commit 9366d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You will need to do this for each of the Raspberry Pi's:
1. `sudo raspi-config`
1. `6 Advanced Options` -> `A6 Boot Order` -> `B2 USB Boot` -> Finish -> Reboot
1. If you see an "No EEPROM bin file found" error, you may need to run `sudo -E rpi-eeprom-config --edit` and add `[all] BOOT_ORDER=0xf14`.
1. Repeat the steps above (without `sudo rpi-update`) with the new OS on the SSD. SSH'ing into the new OS on the SSD may require clearing out the line with the corresponding IP in your `~/.ssh/known_hosts` file.
1. Repeat the steps above (without `sudo rpi-update`) with the new OS on the SSD. SSH'ing into the new OS on the SSD may require clearing out the line with the corresponding IP in your `~/.ssh/known_hosts` file with `ssh-keygen -R <host>`.

## Hardware Setup
1. Remove the hard drive bay dividers and front panel extension cable from the inside of the chassis.
Expand Down

0 comments on commit 9366d09

Please sign in to comment.