Add security advice about SSH agent forwarding
In the case of a malicious node, or malicious superuser with access to the same node, SSH agent forwarding is a risk. Call that out.
This commit is contained in:
parent
000536e52c
commit
f1dda969c4
|
|
@ -319,7 +319,8 @@ SSH is required if you want to control all nodes from a single machine.
|
||||||
1. SSH between nodes to check that the connection is working correctly.
|
1. SSH between nodes to check that the connection is working correctly.
|
||||||
|
|
||||||
- When you SSH to any node, add the `-A` flag. This flag allows the node that you
|
- When you SSH to any node, add the `-A` flag. This flag allows the node that you
|
||||||
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
|
||||||
|
methods if you do not fully trust the security of your user session on the node.
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh -A 10.0.0.7
|
ssh -A 10.0.0.7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue