Skip to content

Commit 278d70b

Browse files
authored
Merge pull request #48383 from dominicbetts/accelerators-ssh-note
Add warning about SSH
2 parents 47438f0 + b4a8497 commit 278d70b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/iot-accelerators/iot-accelerators-remote-monitoring-customize.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The following steps outline the process to set up a local environment for UI dev
3030
az network nsg rule update --name SSH --nsg-name {your solution name}-nsg --resource-group {your solution name} --access Allow
3131
```
3232

33+
You should only enable SSH access during test and development. If you enable SSH, [you should disable it again as soon as possible](../security/azure-security-network-security-best-practices.md#disable-rdpssh-access-to-azure-virtual-machines).
34+
3335
1. Use the Azure portal or the [az CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) to find the name and public IP address of your virtual machine. For example:
3436

3537
```sh

articles/iot-accelerators/iot-accelerators-remote-monitoring-test.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ The following commands use the `az` command from [Azure CLI 2.0](https://docs.mi
136136
az network nsg rule list --nsg-name YOUR-NETWORK-SECURITY-GROUP -o table
137137
```
138138

139+
You should only enable SSH access during test and development. If you enable SSH, [you should disable it again as soon as possible](../security/azure-security-network-security-best-practices.md#disable-rdpssh-access-to-azure-virtual-machines)
140+
139141
1. To change the virtual machine password to a password you know, run the following command. Use the name of the virtual machine you noted previously and a password of your choice:
140142

141143
```sh

0 commit comments

Comments
 (0)