We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troubleshooting steps https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps
Add ProxyJump $SomeOtherHost to ~/.ssh/config or pass -J switch when calling ssh.exe
ProxyJump
-J
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) 7.7.2.2
((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
Server OperatingSystem ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName) N/A
((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
Client OperatingSystem Win10 x64 Enterprise
What is failing
Expected output
user@host~#
Actual output
C:\Users\Administrator\.ssh>ssh router3 CreateProcessW failed error:2 posix_spawn: No such file or directory
The text was updated successfully, but these errors were encountered:
Duplicate of #1172 and fixed in current release 8.1?
Sorry, something went wrong.
@maertendMSFT Please close since fixed
No branches or pull requests
Troubleshooting steps
https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps
Add
ProxyJump
$SomeOtherHost to ~/.ssh/config or pass-J
switch when calling ssh.exeTerminal 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)
7.7.2.2
Server OperatingSystem
((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
N/A
Client OperatingSystem
Win10 x64 Enterprise
What is failing
Expected output
user@host~#
Actual output
The text was updated successfully, but these errors were encountered: