Install Win32 OpenSSH test release
github.com
Install Win32 OpenSSH test release
1–10 of 47 posts
Re: Install Win32 OpenSSH test release
#2Re: Install Win32 OpenSSH test release
#3For example:
$ ssh username@windows.example.com
...
C:\>
Is that right?Re: Install Win32 OpenSSH test release
#4It's still way too early to us as a daily driver - lots of small bugs - but nevertheless interesting.
Re: Install Win32 OpenSSH test release
#5Backspace doesn't work from a Linux box SSHing into Windows (strange world we live in), but otherwise it's great.
Re: Install Win32 OpenSSH test release
#6So 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?
$ 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
#7Backspace doesn't work from a Linux box SSHing into Windows (strange world we live in), but otherwise it's great.
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
#8Re: Install Win32 OpenSSH test release
#9Interesting 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
#10Backspace 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.