Skip to content

Commit 3864514

Browse files
authored
Update ssh-connect-to-windows-and-linux-worker-nodes.md
1 parent 4bb30bb commit 3864514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Arc/ssh-connect-to-windows-and-linux-worker-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You will use the Kubernetes CLI, [`kubectl`][kubectl], to connect to your Kubern
4949
1. Run **kubectl get** to obtain the node's IP address and capture its IP value in order to sign in to a Windows or Linux worker node using SSH:
5050

5151
```azurecli
52-
kubectl --kubeconfig /path/to/aks-cluster-kubeconfig get nodes -o wide |
52+
kubectl --kubeconfig /path/to/aks-cluster-kubeconfig get nodes -o wide
5353
```
5454

5555
1. Run `ssh` to connect to a worker node:

0 commit comments

Comments
 (0)