Skip to content

Commit e47e62a

Browse files
Merge pull request #260320 from MGoedtel/task189958
removed incorrectly specified argument from AKS article
2 parents aeb3ead + 215cf48 commit e47e62a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

articles/aks/manage-ssh-node-access.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage SSH access on Azure Kubernetes Service cluster nodes
33
titleSuffix: Azure Kubernetes Service
44
description: Learn how to configure SSH on Azure Kubernetes Service (AKS) cluster nodes.
55
ms.topic: article
6-
ms.date: 11/01/2023
6+
ms.date: 12/05/2023
77
---
88

99
# Manage SSH for secure access to Azure Kubernetes Service (AKS) nodes
@@ -27,7 +27,6 @@ Use the [az aks update][az-aks-update] command to update the SSH public key on y
2727
|SSH parameter |Description |Default value |
2828
|-----|-----|-----|
2929
|--ssh-key-vaule |Public key path or key contents to install on node VMs for SSH access. For example, `ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm`.|`~.ssh\id_rsa.pub` |
30-
|--no-ssh-key |Do not use or create a local SSH key. |False |
3130

3231
The following are examples of this command:
3332

0 commit comments

Comments
 (0)