Commit 5d4db5c
committed
Task #544790: Replace SSH password authentication with SSH key authentication in tutorial-filter-network-traffic.md
- Replaced --authentication-type password with --generate-ssh-keys for vm-web creation (line 677)
- Removed --assign-identity parameter (not required for SSH key authentication)
- Aligns with Azure security best practices by using SSH key pairs instead of password authentication
- The vm-mgmt VM already uses SSH keys (line 709), now both VMs are consistent1 parent 3029b41 commit 5d4db5c
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
| 677 | + | |
679 | 678 | | |
680 | 679 | | |
681 | 680 | | |
| |||
0 commit comments