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

Extra tick in configuration fields #23

Open
aussieklutz opened this issue Nov 22, 2017 · 5 comments
Open

Extra tick in configuration fields #23

aussieklutz opened this issue Nov 22, 2017 · 5 comments

Comments

@aussieklutz
Copy link

Extra single quote character displays in either host or port fields

@aussieklutz
Copy link
Author

In the autossh module

@aussieklutz
Copy link
Author

Issue persists after full reflash

@sho-luv
Copy link

sho-luv commented Apr 6, 2018

Yeah I'm seeing the same issue...

@sho-luv
Copy link

sho-luv commented Apr 6, 2018

So this issue is a result of the Lan Turtle having the config file: "/etc/config/autossh"

cat /etc/config/autossh
config autossh
	option ssh	'-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
	option gatetime	'0'
	option monitorport	'20000'
	option poll	'600'

And this github autossh module not matching up with this version of autossh config file.
Seems like it would be easer to rearranging the line:

   '-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host' 

to

   '-i /etc/dropbear/id_rsa -R 2222:localhost:22 user@host -N -T'

That would prevent the interaction with the single quote character. However since I'm not sure how easy it is to change the default autossh config file. We can do some ugly mods to the autossh module. Just add sed to delete the trailing '

@MathieuB27
Copy link

I have an issue. In the turtle menu, in the autossh. When I click on connect, everything work. The autossh is enable but it's not booting on start like it suppose to do. Any tips on how to fix this.

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

No branches or pull requests

3 participants