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

Issue with SSH and tmux #25

Closed
ghost opened this issue Nov 27, 2013 · 3 comments
Closed

Issue with SSH and tmux #25

ghost opened this issue Nov 27, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 27, 2013

When I SSH into my VPS and try to use tmux i get:
terminal open failed: missing or unsuitable terminal: msys

Any ideas on a fix? Note I'm only experiencing this with cmder.

@Shoozza
Copy link
Contributor

Shoozza commented Nov 27, 2013

Probably because init.bat sets TERM=msys when it is not defined
@if not defined TERM set TERM=msys

Maybe setting it to xterm will help (that's what cygwin has for me)

@foundrium
Copy link

Aye that fixed it for me (I was using ssh + screen)

@ghost
Copy link
Author

ghost commented Nov 27, 2013

Thanks. Setting term to xterm in the vendor/init.bat file fixed the issue.

This issue was closed.
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