andrewchilds / overcast

Orchestrate VMs from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global SSH options

svperfecta opened this issue · 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"

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" 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
#36 (comment)
.