Skip to content

Commit 56bd2d0

Browse files
authored
Update ssh-arc-overview.md
1 parent f3cfd9c commit 56bd2d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-arc/servers/ssh-arc-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allowing existing management tools to have a greater impact on Azure Arc-enabled
1919
SSH access to Arc-enabled servers provides the following key benefits:
2020
- No public IP address or open SSH ports required
2121
- Access to Windows and Linux machines
22-
- Ability to log-in as a local user or an [Azure user (Linux only)](../../active-directory/devices/howto-vm-sign-in-azure-ad-linux.md)
22+
- Ability to log in as a local user or an [Azure user (Linux only)](../../active-directory/devices/howto-vm-sign-in-azure-ad-linux.md)
2323
- Support for other OpenSSH based tooling with config file support
2424

2525
## Prerequisites
@@ -66,13 +66,13 @@ View your current incoming connections:
6666

6767
```azcmagent config list```
6868

69-
If you have existing ports, you will need to include them in the following command.
69+
If you have existing ports, you'll need to include them in the following command.
7070

7171
To add access to SSH connections, run the following:
7272

7373
```azcmagent config set incomingconnections.ports 22<,other open ports,...>```
7474

75-
If you are using a non-default port for your SSH connection, replace port 22 with your desired port in the previous command.
75+
If you're using a non-default port for your SSH connection, replace port 22 with your desired port in the previous command.
7676

7777
> [!NOTE]
7878
> The following steps will not need to be run for most users.
@@ -85,7 +85,7 @@ Check if the HybridConnectivity resource provider (RP) has been registered:
8585

8686
```az provider show -n Microsoft.HybridConnectivity```
8787

88-
If the RP has not been registered, run the following:
88+
If the RP hasn't been registered, run the following:
8989

9090
```az provider register -n Microsoft.HybridConnectivity```
9191

0 commit comments

Comments
 (0)