diff options
Diffstat (limited to 'doc/security.mdwn')
| -rw-r--r-- | doc/security.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn index 142d010f..b106b533 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -29,10 +29,10 @@ in cleartext private data such as passwords, ssh private keys, etc. Instead, `propellor --spin $host` looks for a `~/.propellor/privdata/privdata.gpg` file and if found decrypts it, -extracts the private that that the $host needs, and sends it to to the +extracts the private data that the $host needs, and sends it to to the $host using ssh. This lets a host know its own private data, without seeing all the rest. -To securely store private data, use: `propellor --set $field $context` +To securely store private data, use: `propellor --set $field $context` Propellor will tell you the details when you use a Property that needs PrivData. |
