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

Problems using cmder as an SSH client #137

Closed
givankin opened this issue Feb 5, 2014 · 10 comments
Closed

Problems using cmder as an SSH client #137

givankin opened this issue Feb 5, 2014 · 10 comments

Comments

@givankin
Copy link

givankin commented Feb 5, 2014

image

Here's what I see when using nano on an ubuntu VM (logged in via SSH using plink - putty command-line client).

Up arrow also doesn't work.

I understand this maybe not an issue of the cmder itself, but I'd be grateful if someone at least points me where to dig. Having to switch back to standard windows terminal sucks.

@givankin
Copy link
Author

givankin commented Feb 5, 2014

For comparison, here's how nano looks if opened via standard putty terminal:

image

@givankin givankin closed this as completed Feb 5, 2014
@givankin givankin reopened this Feb 5, 2014
@MartiUK
Copy link
Member

MartiUK commented Feb 7, 2014

Try changing /~https://github.com/bliker/cmder/blob/master/vendor/init.bat#L23
from cygwin to xterm.

@givankin
Copy link
Author

@MartiUK, didn't help

@MartiUK
Copy link
Member

MartiUK commented Feb 19, 2014

What happens when you use plink through the standard cmd.exe?

@givankin
Copy link
Author

It's even worse:

image

@MartiUK
Copy link
Member

MartiUK commented Feb 19, 2014

It's because putty reads UTF-8 just fine and plink (by itself) does not.

Also, is there a reason why you aren't using the built in ssh.exe?

ss 2014-02-19 at 05 54 53

Try using just ssh in cmder.

@givankin
Copy link
Author

givankin commented Mar 4, 2014

@MartiUK built into what, sorry? When I try to just do "ssh" from cmder, I get standard

'ssh' is not recognized as an internal or external command,
operable program or batch file.

@looterz
Copy link

looterz commented Mar 9, 2014

Install the full version of cmder that comes with msysgit, or install msysgit ontop of your existing cmder installation, it will add lots of new commands including ssh.

msysgit: /~https://github.com/msysgit/msysgit

@tclancy
Copy link

tclancy commented Oct 22, 2014

@abbakym I had the same problem, the "ssh" alias for Plink was ahead of the msysgit ssh provided by Cmder. I modified my system (not user) PATH variable, putting C:\Program Files\cmder\vendor\msysgit\bin; at the start of the string.

@givankin
Copy link
Author

@looterz @tclancy thanks folks that solved the issue

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

4 participants