Powershell 7.4 update help for ssh not available?

Anonymous
2023-12-01T01:57:39+00:00

Hi

I have recently been trying to update OpenSSH from version 8.1 and found I could do so via Powershell 7.4 running the Update-help ssh command. After trying to run it I get an error saying it is not available, so then I ran the Update-help command to download all the latest help then tried again and still I get the same error. What is the problem and how do I resolve it?

Windows for business Windows Server User experience PowerShell

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2023-12-01T05:50:26+00:00

    Hi,

    Please note that ssh is an executable, not a PowerShell module.

    0 comments No comments
  2. Anonymous
    2023-12-03T23:35:29+00:00

    Ah, ok, that would explain it. Thanks you for your reply. I must have been reading an outdated post.

    Ok, so could you confirm that these instructions are current for Server 2022: https://ardislu.dev/upgrade-openssh-windows and that this file: https://github.com/PowerShell/openssh-portable/releases/tag/v9.4.0.0 will run be ok for Server 2022?

    0 comments No comments
  3. Anonymous
    2023-12-04T02:49:46+00:00

    Hi,

    I think that guide still works for Windows Server 2022, but it is recommended to update system files through Windows Update. The file from github is the source code of openssh-portable and you need to build it yourself.

    0 comments No comments
  4. Anonymous
    2023-12-04T23:58:42+00:00

    Thanks Ian

    0 comments No comments