Live data from Hacker News

Install Win32 OpenSSH test release

github.com

1–10 of 47 posts

Re: Install Win32 OpenSSH test release

#6
post #3

So once you've done this and you SSH in to the Windows box, I assume you just end up, basically, in a command window? For example: $ ssh username@windows.example.com ... C:\> Is that right?

Yes. From my Mac:

    $ ssh mike@192.168.0.12
    mike@192.168.0.12's password:
    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\Users\Mike>powershell -File -

    PS C:\Users\Mike>

Re: Install Win32 OpenSSH test release

#7

Backspace doesn't work from a Linux box SSHing into Windows (strange world we live in), but otherwise it's great.

See https://github.com/PowerShell/Win32-OpenSSH/issues/57.

For some reason putty works but iTerm has the backspace issue. Putty user: what's your $TERM?

Ctrl H works as a workaround BTW.

Re: Install Win32 OpenSSH test release

#8
Interesting that the build instructions refer to Cygwin. It's a bit surprising, I'd have expected something more native. What does this bring to the table that regular Cygwin OpenSSHd couldn't do 10 years ago?

Re: Install Win32 OpenSSH test release

#9
post #8

Interesting that the build instructions refer to Cygwin. It's a bit surprising, I'd have expected something more native. What does this bring to the table that regular Cygwin OpenSSHd couldn't do 10 years ago?

Powershell integration. Cygwin SSH drops you into a bash prompt running on the Windows box. Powershell is much more deeply integrated with Windows, and is more useful for actual system administration (e.g. configuring IIS, SQL Server, etc) than Cygwin's bash.

Re: Install Win32 OpenSSH test release

#10

Backspace doesn't work from a Linux box SSHing into Windows (strange world we live in), but otherwise it's great.

See https://github.com/PowerShell/Win32-OpenSSH/issues/57 . For some reason putty works but iTerm has the backspace issue. Putty user: what's your $TERM? Ctrl H works as a workaround BTW.

$TERM from PuTTY - xterm $TERM from Terminal.app - xterm-256color
Post reply on HN