We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3917047 + dc4516c commit 34847aaCopy full SHA for 34847aa
articles/azure-arc/servers/ssh-arc-troubleshoot.md
@@ -53,12 +53,12 @@ Resolution:
53
```powershell
54
# Set 22 port:
55
azcmagent config list
56
- azcmagent config get incomingconnections.port
57
- azcmagent config set incomingconnections.port 22
+ azcmagent config get incomingconnections.ports
+ azcmagent config set incomingconnections.ports 22
58
azcmagent config
59
60
# Add multiple ports:
61
- azcmagent config set incomingconnections.port 22,3516
+ azcmagent config set incomingconnections.ports 22,6516
62
```
63
64
## Azure permissions issues
0 commit comments