kenfallon / fix-ssh-on-pi

Safely enabling ssh in the default Raspberry Pi OS (previously called Raspbian) Image
MIT License
80 stars 36 forks source link

python3 crypt not working under MacOS #7

Closed tillhanke closed 2 years ago

tillhanke commented 3 years ago

Hi, I just found the repo and really like it. It is simple and looks quite clean. Sadly I found a little bug concerning MacOS:

The crypt module in python is sadly not cross platform compatible. This is explained in this post To get this repository working under MacOS it is instead possible to use passlib (as well explained in the post mentioned).

kenfallon commented 2 years ago

The generation of the hash will now be outside the application, so the admin can generate it as the see fit.