summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorroedie <github@roedie.nl>2016-02-25 09:09:56 +0100
committerroedie <github@roedie.nl>2016-02-25 09:09:56 +0100
commit89b4b0f3f20d76539eecc95a69fa940f4dae7fbb (patch)
tree2b2c80c7ef67d27d34b9a06628369fbb86045e36 /README.md
parent7ecf4e2b7024ab9597a4ec7d2c5723a3424b65c5 (diff)
Update doc: proxy to ssh_proxy
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5158ed5..370d07b 100644
--- a/README.md
+++ b/README.md
@@ -304,7 +304,7 @@ source:
### SSH Proxy Command
-Oxidized can `ssh` through a proxy as well. To do so we just need to set `proxy` variable.
+Oxidized can `ssh` through a proxy as well. To do so we just need to set `ssh_proxy` variable.
```
...
@@ -313,7 +313,7 @@ map:
model: 1
vars_map:
enable: 2
- proxy: 3
+ ssh_proxy: 3
...
```