MiSTer-devel / Distribution_MiSTer

This repository contains all the files that you'll want in your MiSTer
GNU General Public License v3.0
93 stars 20 forks source link

Updated security_fixes.sh for 5.x and added authorized_keys functionality #21

Closed Kreeblah closed 2 years ago

Kreeblah commented 2 years ago

This works fine now on my MiSTer with the current kernel. I made some of the tests more resilient, removed old code that no longer is relevant, and also added some functionality to set up authorized_keys if it doesn't exist (including copying it from /media/fat/config/authorized_keys if that exists and /root/.ssh/authorized_keys does not).

theypsilon commented 2 years ago

Hey, thanks for taking care of that but this is just a distribution repository, no changes are made here.

These changes should go to: https://github.com/MiSTer-devel/Scripts_MiSTer

Kreeblah commented 2 years ago

@theypsilon - Ah, I wasn't sure which one was the best one to submit a PR to. I also have https://github.com/MiSTer-devel/Scripts_MiSTer/pull/67 open over in that repo for the same change, in case that was how it worked.