@@ -19,7 +19,7 @@ allowing existing management tools to have a greater impact on Azure Arc-enabled
19
19
SSH access to Arc-enabled servers provides the following key benefits:
20
20
- No public IP address or open SSH ports required
21
21
- 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 )
23
23
- Support for other OpenSSH based tooling with config file support
24
24
25
25
## Prerequisites
@@ -66,13 +66,13 @@ View your current incoming connections:
66
66
67
67
``` azcmagent config list ```
68
68
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.
70
70
71
71
To add access to SSH connections, run the following:
72
72
73
73
``` azcmagent config set incomingconnections.ports 22<,other open ports,...> ```
74
74
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.
76
76
77
77
> [ !NOTE]
78
78
> 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:
85
85
86
86
``` az provider show -n Microsoft.HybridConnectivity ```
87
87
88
- If the RP has not been registered, run the following:
88
+ If the RP hasn't been registered, run the following:
89
89
90
90
``` az provider register -n Microsoft.HybridConnectivity ```
91
91
0 commit comments