Win32-OpenSSH icon indicating copy to clipboard operation
Win32-OpenSSH copied to clipboard

Win32 port of OpenSSH

Results 283 Win32-OpenSSH issues
Sort by recently updated
recently updated
newest added
trafficstars

On Linux, users can use `man ssh` to get the man page for ssh for help information. However, Windows doesn't understand man pages. Instead, we could publish an about topic...

0 - Backlog
Issue-Documentation

**Troubleshooting steps** https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps **Terminal issue? please go through wiki** https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH Please answer the following **"OpenSSH for Windows" version** `((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)` **Server OperatingSystem** `((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)` **Client OperatingSystem**...

Issue-Bug
0 - Backlog
Area-ssh

### Discussed in https://github.com/PowerShell/Win32-OpenSSH/discussions/1975 Originally posted by **scubajasona** August 26, 2022 post upgrade new version in Server 2019 gives; sftp-server: error: process_write: write failed

When setting up this openssh-portable on Windows Server, the included "sshd_config" config file shows the BANNER option. However trying to actually display a Banner does not seem to be working....

POSIX headers need to use #pragma once consistently to avoid name clashes, since a handful of these headers share the same as those in VS CRT.

Area-Code Review and cleanup

This is to ensure that Win32 code gets accurately processed through VS static analysis.

Issue-Enhancement
0 - Backlog

Good afternoon, - I'm new to using OpenSSH, so possibly this is user error, but it seems ssh/sftp are not following the home directory of the windows user. From what...

Issue-Bug
0 - Backlog

$ git clone ssh://[email protected]:mongodb Cloning into 'mongodb'... [email protected]'s password: fatal: ''mongodb'' does not appear to be a git repository ---------------this is the wrong output of git-upload pack, git clone will...

Issue-Bug
0 - Backlog

When I try to use your version of ssh.exe with Git to clone a repository, it hanges. # Steps to Reproduce - Install Git for Windows (I'm on 2.10.1 on...

Issue-Bug
0 - Backlog

Add a test case for https://github.com/PowerShell/Win32-OpenSSH/issues/658 Changes needed- - Add generate.pl and check.pl to repo - Install Perl as part of Install-TestDependencies - Add following test cases - E:\temp\perl\generate.pl |...

Issue-Bug
Area-Test Coverage