summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Hilliard <nick@foobar.org>2016-07-06 00:31:26 +0100
committerNick Hilliard <nick@foobar.org>2016-07-06 00:35:43 +0100
commit6fb983c3e497dcc8d8b000e9064bb43b10be29c8 (patch)
tree9bd822e9bc57f49cfd47494e8c84d31781888935 /README.md
parent503c88f987277ff1776f174dc32f3efd24d374dd (diff)
Added support for ssh_no_exec config file variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 793c0f1..6c7e381 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen
6. [Cookbook](#cookbook)
* [Debugging](#debugging)
* [Privileged mode](#privileged-mode)
+ * [Disabling SSH exec channels](#disabling-ssh-exec-channels)
* [Source: CSV](#source-csv)
* [Source: SQLite](#source-sqlite)
* [Source: HTTP](#source-http)
@@ -332,6 +333,16 @@ The above strips out snmp community strings from your saved configs.
**NOTE:** Removing secrets reduces the usefulness as a full configuration backup, but it may make sharing configs easier.
+### Disabling SSH exec channels
+
+Oxidized uses exec channels to make information extraction simpler, but there are some situations where this doesn't work well, e.g. configuring devices. This feature can be turned off by setting the ```ssh_no_exec```
+variable.
+
+```
+vars:
+ ssh_no_exec: true
+```
+
### Source: CSV
One line per device, colon seperated.