Win32-OpenSSH/ISSUE_TEMPLATE.md

19 lines
498 B
Markdown
Raw Normal View History

2017-03-22 22:39:20 +01:00
Please answer the following
2017-05-10 21:13:44 +02:00
**If it is a terminal issue then please go through wiki
https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH**
2017-05-10 21:12:25 +02:00
2017-03-22 22:40:56 +01:00
**"OpenSSH for Windows" version**
`((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)`
2017-05-10 21:12:25 +02:00
**Server OperatingSystem**
2017-03-22 22:40:56 +01:00
`((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)`
2017-03-22 22:39:20 +01:00
2017-05-10 21:12:25 +02:00
**Client OperatingSystem**
2017-03-22 22:40:56 +01:00
**What is failing**
2017-03-22 22:39:20 +01:00
2017-03-22 22:40:56 +01:00
**Expected output**
2017-03-22 22:39:20 +01:00
2017-03-22 22:40:56 +01:00
**Actual output**