diff options
author | Elvin Efendi <elvin.efendiev@shopify.com> | 2016-01-20 21:26:04 -0500 |
---|---|---|
committer | Elvin Efendi <elvin.efendiev@shopify.com> | 2016-01-21 12:26:14 -0500 |
commit | ba05171450facc21824a24403221eeb9a856caad (patch) | |
tree | e2a2a70a346c5cb887d03f0760cb8fa5a9c9cb42 /README.md | |
parent | 93593578aabba6cbbc11b331ead3c4271b3569f6 (diff) |
option to use ssh proxy command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -277,6 +277,21 @@ source: enable: 4 ``` +### SSH Proxy Command + +Oxidized can `ssh` through a proxy as well. To do so we just need to set `proxy` variable. + +``` +... +map: + name: 0 + model: 1 +vars_map: + enable: 2 + proxy: 3 +... +``` + ### Source: SQLite One row per device, filtered by hostname. |