Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for user to specify ssh binary name. #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cr1901
Copy link
Contributor

@cr1901 cr1901 commented Nov 4, 2019

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

@laurent22
Copy link
Owner

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

@cr1901
Copy link
Contributor Author

cr1901 commented Nov 5, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants