We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000536e commit f1dda96Copy full SHA for f1dda96
content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md
@@ -319,7 +319,8 @@ SSH is required if you want to control all nodes from a single machine.
319
1. SSH between nodes to check that the connection is working correctly.
320
321
- When you SSH to any node, add the `-A` flag. This flag allows the node that you
322
- have logged into via SSH to access the SSH agent on your PC.
+ have logged into via SSH to access the SSH agent on your PC. Consider alternative
323
+ methods if you do not fully trust the security of your user session on the node.
324
325
```
326
ssh -A 10.0.0.7
0 commit comments