Global SSH options
svperfecta opened this issue · 3 comments
svperfecta commented
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
Oh, also, I know I can --ssh-args "-t"
Is there a way to do this everywhere?
andrewchilds commented
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
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)
.