andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
479 stars 36 forks source link

Global SSH options #36

Open svperfecta opened 9 years ago

svperfecta commented 9 years ago

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 commented 9 years ago

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

Is there a way to do this everywhere?

andrewchilds commented 9 years ago

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?

svperfecta commented 9 years ago

Beautiful On Feb 10, 2015 12:59 AM, "Andrew Childs" notifications@github.com 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 .