Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global SSH options #36

Open
svperfecta opened this issue Feb 2, 2015 · 3 comments
Open

Global SSH options #36

svperfecta opened this issue Feb 2, 2015 · 3 comments

Comments

@svperfecta
Copy link

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
Copy link
Author

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

Is there a way to do this everywhere?

@andrewchilds
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants