RSTunnel icon indicating copy to clipboard operation
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

Open JayGoldberg opened this issue 3 years ago • 2 comments

if [ "$(IsLinked ssh dropbearmulti)" == 'true' ] || [ "$(IsLinked ssh dropbear)" == 'true' ]; then... doesn't work

JayGoldberg avatar Jul 27 '21 15:07 JayGoldberg

Maybe provide an override in the config to force Dropbear.

JayGoldberg avatar Jul 27 '21 16:07 JayGoldberg

That seems to be the way, bc I can't figure out another way beside dumping SSH help and grep-ing for dropbear.

JayGoldberg avatar Sep 06 '21 01:09 JayGoldberg