Win32-OpenSSH
Win32-OpenSSH copied to clipboard
Win32 port of OpenSSH
Tracked TODO in code: openssh-portable\loginrec.c(533): /* TODO - implement last_login_entry in Windows*/
I pulled version: 0.0.14.0 on May 19. I just fetched version: 0.0.15.0 (June 4) today to compare. I don't believe the below issues have been corrected. Git using Win32-OpenSSH ssh...
Code is at fd32.c: int w32_open(const char *pathname, int flags, ... /* arg */) { int min_index = fd_table_get_min_index(); struct w32_io* pio; va_list valist; u_short mode = 0; errno =...
**"OpenSSH for Windows" version** v0.0.16.0 **Server OperatingSystem** Windows 7 Enterprise **Client OperatingSystem** UBuntu 16.04 / 16.10 **What is failing** Execution of powershell as subsystem. **Actual output** I configured the sshd_config...
A fundamental issue exists on the Unicode data transition boundary, when the data travels as a stream. This may manifest as ssh remote sessions breaking down with rare and random...
Please answer the following **If it is a terminal issue then please go through wiki https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH** **"OpenSSH for Windows" version** 0.0.20.0 **Server OperatingSystem** win10 **Client OperatingSystem** Win10 **What is failing**...
Please answer the following **If it is a terminal issue then please go through wiki https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH** **"OpenSSH for Windows" version** 0.0.20.0 **Server OperatingSystem** win10 **Client OperatingSystem** Win10 **What is failing**...
ARM64 - Unable to configure default shell
As reported in https://github.com/PowerShell/openssh-portable/pull/252
In Unix, shell access to a specific user can be disabled at the OS level Ex. https://unix.stackexchange.com/questions/55106/disable-user-shell-for-security-reasons We need similar functionality for Windows to support the relevant security scenarios.