overcast
overcast copied to clipboard
Global SSH options
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"
Oh, also, I know I can --ssh-args "-t"
Is there a way to do this everywhere?
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?
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 .