ssh-run should specify that "EXTRA_ARGS" needs to be preceded by "-" in the documentation since there is no example to indicate this.
Hi @Max Howarth ,
Thank you for your suggestion!
It's a good idea to extend examples for the pipe.
We'll notify you about this update.
Cheers,
Oleksandr Kyrdan
@Max Howarth we merged readme updates. However I have tested different ways and can say that
EXTRA_ARGS: '-o yoursetting=yourvalue'
and passing it as a list both work
EXTRA_ARGS:
- '-o yoursetting=yourvalue'
Regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, sorry to be a bother but I'd like to submit more that one extra arg and having trouble doing so.
What is come down to is I'm having trouble connecting to my SSH server and need debugging on with the options I'm trying.
I'd like to send these 3 or more Extra args
-vvv [ip address]
-o IPQoS=none
-o ControlMaster=auto
can you help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.