WSL run ssh after start

Add following line/s into file .bashrc on default WSL user:

service cron status || sudo service cron start # optional
service ssh status || sudo service ssh start

This will prompt sudo pw after reboot, but it works. Siplest workflow for this.