Skip to content

Commit 34fc920

Browse files
authored
Update ssh-connect-to-windows-and-linux-worker-nodes.md
1 parent c2c1c84 commit 34fc920

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
@@ -28,7 +28,7 @@ This article explains how to use SSH to connect to both Windows and Linux nodes.
2828
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:
2929

3030
```azurecli
31-
kubectl --kubeconfig /path/to/aks-cluster-kubeconfig get nodes -o wide |
31+
kubectl --kubeconfig /path/to/aks-cluster-kubeconfig get nodes -o wide
3232
```
3333

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

0 commit comments

Comments
 (0)