Commit cdf93dd
committed
Task #544791: Replace SSH password authentication with SSH key authentication in tutorial-create-route-table.md
- Replaced --authentication-type password with --generate-ssh-keys for vm-nva (line 360)
- Replaced --authentication-type password with --generate-ssh-keys for vm-public (line 528)
- Replaced --authentication-type password with --generate-ssh-keys for vm-private (line 543)
- Aligns with Azure security best practices by using SSH key pairs instead of password authentication
- All three VMs in this tutorial now consistently use SSH key authentication1 parent 3029b41 commit cdf93dd
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments