rsync-time-backup icon indicating copy to clipboard operation
rsync-time-backup copied to clipboard

Add option for user to specify ssh binary name.

Open cr1901 opened this issue 4 years ago • 2 comments

This is mostly useful for smaller embedded Linux systems that may only have dropbear/dbclient installed, without needing to do a sed replace!

cr1901 avatar Nov 04 '19 03:11 cr1901

I'd expect these alternative clients would be symlinked to ssh?

laurent22 avatar Nov 05 '19 16:11 laurent22

@laurent22 You would think, but on this machine in question (Tinkerboard running DietPi), they are not I'm afraid. I know at least one upcoming board from the J Core Project will have the same problem.

wjones@DietPi:~$ which ssh
wjones@DietPi:~$ which dbclient
/usr/bin/dbclient
wjones@DietPi:~$

Yes, I can create a symlink b/c I have sudo privileges, but this is meant for people who can't.

cr1901 avatar Nov 05 '19 19:11 cr1901