Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Container {Name=microsoft.powershell32} microsoft.powershell32
### Viewing Session Configurations on a Remote Computer

To view the session configurations on a remote computer, use the
`Connect-WSMan` cmdlet to add a note for the remote computer to the
`Connect-WSMan` cmdlet to add a node for the remote computer to the
WSMan: drive on your local computer, and then use the WSMan: drive to view the
session configurations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Container {Name=microsoft.powershell32} microsoft.powershell32
### Viewing Session Configurations on a Remote Computer

To view the session configurations on a remote computer, use the
`Connect-WSMan` cmdlet to add a note for the remote computer to the
`Connect-WSMan` cmdlet to add a node for the remote computer to the
WSMan: drive on your local computer, and then use the WSMan: drive to view the
session configurations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Container {Name=microsoft.powershell32} microsoft.powershell32
### Viewing Session Configurations on a Remote Computer

To view the session configurations on a remote computer, use the
`Connect-WSMan` cmdlet to add a note for the remote computer to the
`Connect-WSMan` cmdlet to add a node for the remote computer to the
WSMan: drive on your local computer, and then use the WSMan: drive to view the
session configurations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Container {Name=microsoft.powershell32} microsoft.powershell32
### Viewing Session Configurations on a Remote Computer

To view the session configurations on a remote computer, use the
`Connect-WSMan` cmdlet to add a note for the remote computer to the
`Connect-WSMan` cmdlet to add a node for the remote computer to the
WSMan: drive on your local computer, and then use the WSMan: drive to view the
session configurations.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Explains how to set up the SSH protocol for PowerShell remoting.
ms.date: 11/06/2023
ms.date: 09/08/2025
title: PowerShell Remoting Over SSH
---

Expand Down Expand Up @@ -409,6 +409,6 @@ GitCommitId v6.0.0-alpha.17
[05]: /windows-server/administration/openssh/openssh_keymanagement
[06]: /windows-server/administration/openssh/openssh_overview
[07]: /windows-server/administration/openssh/openssh_server_configuration
[08]: http://manpages.ubuntu.com/manpages/xenial/man1/ssh-keygen.1.html
[08]: https://man.openbsd.org/ssh-keygen
[09]: https://github.com/PowerShell/Win32-OpenSSH/issues/784
[10]: https://ubuntu.com/server/docs/service-openssh
Loading