ssh keys don't work when .ssh folder doesn't exist
Created by: Karamorf
I just went through a clean install of this project and found a minor issue. If the ~/.ssh folder doesn't exist then when a user adds an ssh key it doesn't work since the authorized_keys file doesn't have a directory to go into. Pretty random edge case, but it seems like a pretty simple check to throw into the install process somewhere.
P.S. Impressed by this project so far, goodwork.