overcast icon indicating copy to clipboard operation
overcast copied to clipboard

Global SSH options

Open svperfecta opened this issue 10 years ago • 3 comments

Hey team -

Is it possible to set global ssh options? I find quite often that a broken bash prompt requires me to:

-t "bash --noprofile"

svperfecta avatar Feb 02 '15 23:02 svperfecta

Oh, also, I know I can --ssh-args "-t"

Is there a way to do this everywhere?

svperfecta avatar Feb 03 '15 00:02 svperfecta

Hey Brian - not yet, and there is no convention for setting global options.

How about .overcast/config.json? And in that file...

{
  "global_ssh_args": "-t \"bash --noprofile\""
}

Would that work?

andrewchilds avatar Feb 10 '15 05:02 andrewchilds

Beautiful On Feb 10, 2015 12:59 AM, "Andrew Childs" [email protected] wrote:

Hey Brian - not yet, and there is no convention for setting global options.

How about .overcast/config.json? And in that file...

{ "global_ssh_args": "-t "bash --noprofile"" }

Would that work?

— Reply to this email directly or view it on GitHub https://github.com/andrewchilds/overcast/issues/36#issuecomment-73648976 .

svperfecta avatar Feb 10 '15 13:02 svperfecta