sshd on Windows (or equivalent)

Cromewell

Administrator
Staff member
I need to enable remote shell access on some Windows boxes.

I've tried a couple of the free ssh servers I could find, but they don't seem to work, or are feature limited in their free version (freesshd, winsshd). I need to support domain login.

I just found http://www.kpym.com/2/kpym/index.htm but have yet to try it out.

Is anyone using one and like it?
 

Agent Smith

Well-Known Member
Just an FYI. There's been a recent hack exploit on OpenSSH.

Why not Telenet? That is Windows native.

I use third party firmware in the router called DD-WRT for SSH. I believe that is Dropbear and not OpenSSH.
 

beers

Moderator
Staff member
Just an FYI. There's been a recent hack exploit on OpenSSH.

Why not Telenet? That is Windows native.

Which CVE specifically are you referring to?

Also, are you really, actually, honestly suggesting telnet over SSH?
 

Geoff

VIP Member
Just an FYI. There's been a recent hack exploit on OpenSSH.

Why not Telenet? That is Windows native.

I use third party firmware in the router called DD-WRT for SSH. I believe that is Dropbear and not OpenSSH.
So instead of using OpenSSH due to an exploit, you'd rather have him use insecure telnet?
 

beers

Moderator
Staff member
Star Wars same thing :p

surprised_spongebob_render_by_arthoktm-d77yo3l.png
 

Cromewell

Administrator
Staff member
Telnet is not an option for anything.

Ever.

Sure it is. On a closed lab network. :p

In any event, thank you for the suggestions, I'll have to look at Cygwin.

I guess officially, Microsoft wants me to use RDP for secure remote admin. A MS ssh sever would be nice though.
 

beers

Moderator
Staff member
On Topic:

You might be able to do some Powershell remoting, if you're into that kind of thing :p

http://www.howtogeek.com/117192/how-to-run-powershell-commands-on-remote-computers/


Off Topic:

Is for routers.

Cleartext is cleartext. You're still transmitting everything in cleartext completely independent of what device it is. If your router is using telnet, that is a problem. The vast majority of devices support SSH.

You couldn't even watch Star Trash in SSH. SSH is meant for servers. I know, I have a built in SSH server in the router and it's not as fast as a VPN.

That's probably because the service doesn't listen on SSH. Not sure how you were trying to use SSH incorrectly (port forward over the tunnel, maybe?) from a "speed comparison" on a remote shell :rolleyes:, but being a "security guy" you should always avoid Telnet for remote shell access.
 

Geoff

VIP Member
You couldn't even watch Star Trash in SSH. SSH is meant for servers. I know, I have a built in SSH server in the router and it's not as fast as a VPN.
Huh? SSH is for remotely configuring a device, not even remotely comparable to the use for a VPN. You typically use SSH when on the same network or remote.
 

Agent Smith

Well-Known Member
Cleartext is cleartext. You're still transmitting everything in cleartext completely independent of what device it is. If your router is using telnet, that is a problem. The vast majority of devices support SSH.


FFS. Nerds are nerds..

When you need to upload firmware, options, or even repair a router you use Telnet.

Not over the WAN, not over the WAN! God!
 

beers

Moderator
Staff member
FFS. Nerds are nerds..

Nerd could be construed as mildly offensive depending on the end party.

When you need to upload firmware, options, or even repair a router you use Telnet.

You're free to keep acting foolish but please realize there are multiple people in this thread who do this professionally.
 
Top