Skip to content

Commit 621ff0f

Browse files
Apply suggestions from code review
Co-authored-by: Sean Wheeler <[email protected]>
1 parent 839f94a commit 621ff0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/servers/ssh-arc-powershell-remoting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: references_regions
88

99
# PowerShell remoting to Azure Arc-enabled servers
1010
SSH for Arc-enabled servers enables SSH based connections to Arc-enabled servers without requiring a public IP address or additional open ports.
11-
[PowerShell remoting over SSH](https://learn.microsoft.com/powershell/scripting/security/remoting/ssh-remoting-in-powershell) is available for Windows and Linux machines.
11+
[PowerShell remoting over SSH](/powershell/scripting/security/remoting/ssh-remoting-in-powershell) is available for Windows and Linux machines.
1212

1313
## Prerequisites
1414
To leverage PowerShell remoting over SSH access to Azure Arc-enabled servers, ensure the following:
@@ -39,7 +39,7 @@ Host <myRG>-<myMachine>-<localUser>
3939
ProxyCommand "<path to proxy>\.clientsshproxy\sshProxy_windows_amd64_1_3_022941.exe" -r "<path to relay info>\az_ssh_config\<myRG>-<myMachine>\<myRG>-<myMachine>-relay_info"
4040
```
4141
#### Leveraging the -Options parameter
42-
Levering the [options](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssession#-options) parameter allows you to specify a hashtable of SSH options used when connecting to a remote SSH-based session.
42+
Levering the [options](/powershell/module/microsoft.powershell.core/new-pssession#-options) parameter allows you to specify a hashtable of SSH options used when connecting to a remote SSH-based session.
4343
Create the hashtable by following the below format. Be mindful of the locations of quotation marks.
4444
```powershell
4545
$options = @{ProxyCommand = '"<path to proxy>\.clientsshproxy\sshProxy_windows_amd64_1_3_022941.exe -r <path to relay info>\az_ssh_config\<myRG>-<myMachine>\<myRG>-<myMachine>-relay_info"'}

0 commit comments

Comments
 (0)