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

SSH #16

Closed
lgordon opened this issue Dec 5, 2011 · 6 comments
Closed

SSH #16

lgordon opened this issue Dec 5, 2011 · 6 comments

Comments

@lgordon
Copy link

lgordon commented Dec 5, 2011

Although putty is a great ssh client for windows it doesn't seem to fit as well into this project as some of the other tools. I use putty all the time from the GUI but sometimes CLI usage are just more convenient.

Couple things that just aren't quite right is lets say I do

putty user@example.com, this will spawn the putty session in a new window. Is it possible to have it function more like ssh on *nix where the session will start in the same terminal window?

Also, I'm not sure if this is possible but with ssh on *nix if you don't specify a username when connecting to a client then your current account's user name is used. Can this be done as a default for Gow putty/ssh?

@lgordon
Copy link
Author

lgordon commented Dec 5, 2011

a very quick improvement (IMHO) would be to add ssh.bat:

@echo off
plink %1 %2 %3 %4 %5 %6 %7 %8 %9

@bmatzelle
Copy link
Owner

That's a great suggestion. I'll do that.

@bmatzelle
Copy link
Owner

Fixed as of release 0.8.0: https://github.com/bmatzelle/gow/releases

@ianchanning
Copy link

Isn't this going to cause conflicts? ssh typically means OpenSSH which uses different keys from PuTTY. There are windows installers for OpenSSH. So if someone has the correct OpenSSH commands installed then the ssh.bat file will conflict.

Wouldn't it be better to inlude the Windows OpenSSH files into Gow?

@dsocolobsky
Copy link

I too, advocate for OpenSSH. It fits much better in this project, and plays nicely with other tools such as Vagrant (which doesn't work properly with PuTTY).

@Drugoy
Copy link

Drugoy commented Nov 24, 2016

I don't know whether you are aware, but MS decided to maintain/adopt OpenSSH for windows by themselves, maybe their Win32-OpenSSH should be used instead?

The quality of their util sucks yet, but seems like they are working hard on improving it.

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

5 participants