As mentioned by @Emzy in https://github.com/rootzoll/raspiblitz/issues/1785#issuecomment-730476628 it makes sense to start SSH systemd servcies after hdd mounts are done. TODO: Prepare this of RC2
I made that systemd changes to the other services.
But for sshd I decided to make an alternative change: I had problems modifying the sshd and restarting it ... so I decided to not link the sshd key to the hdd anymore and just copy files. This might be even better in general so that ssh is even working while HDD is not connected.
Testing of RC2 works great. Closing issue for v1.6.2 release.
Most helpful comment
I made that systemd changes to the other services.
But for sshd I decided to make an alternative change: I had problems modifying the sshd and restarting it ... so I decided to not link the sshd key to the hdd anymore and just copy files. This might be even better in general so that ssh is even working while HDD is not connected.