-
Notifications
You must be signed in to change notification settings - Fork 781
How to know if I have Win32-OpenSSH installed? #1573
New issue
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
Comments
Please try these,
|
For #2: Same as I reported in the original post: For #3: From Dos Command Prompt:
But I don't see that release number on your release page here: That looks like my answer. However, there was no -v (lowercase or upper case listed when I saw the usage) when I earlier tried: ssh -v |
7.9p1 corresponds to https://github.com/PowerShell/Win32-OpenSSH/releases/tag/v7.9.0.0p1-Beta release.
V is mentioned here. I have made it bold. Looks like there is some issue. Please try with full path of binary name
If the path name in step 1 is different then make changes in step 2 & 3. |
Perfect, thanks! |
How can I verify if this is the source for the OpenSSH software that we are running. The guy that installed it left.
Our install directory is called: e:\Install\OpenSSH-Win64\OpenSSH-Win64 which I think might be the 64-bit build of what you provide here. Is there anything in that directory that will give me a version number? I tried looking for "ssh -v" or something like that.
((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
says "PS C:\Windows\system32> ((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
Get-Command : The term 'sshd' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again."
The text was updated successfully, but these errors were encountered: