RSTunnel
RSTunnel copied to clipboard
If `dropbearmulti` is copied to `ssh` (since FAT32 doesn't support symlinks, like on an SD card) then determining if we are using Dropbear fails
if [ "$(IsLinked ssh dropbearmulti)" == 'true' ] || [ "$(IsLinked ssh dropbear)" == 'true' ]; then...
doesn't work
Maybe provide an override in the config to force Dropbear.
That seems to be the way, bc I can't figure out another way beside dumping SSH help and grep
-ing for dropbear
.