Win32-OpenSSH
Win32-OpenSSH copied to clipboard
Windows 7 msi not installed
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
What is failing OpenSSH-Win32-v8.9.1.0.msi Expected output
Actual output
Hi @kvonosan - I can't repro this error. Can you provide us with more details of what happens when you run the msi? The executables should be installed under "C:\Program Files\OpenSSH". Notice that the PATH variable won't get updated by the MSI, so you should update it yourself for now.
Also using msiexec.exe /i C:\path\to\installer.msi /L*V C:\path\to\log.txt
(as administrator) and sharing that log file will help greatly in trying to figure out what went wrong.