summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNeil Lathwood <neil@lathwood.co.uk>2018-02-05 21:55:31 +0000
committerNeil Lathwood <neil@lathwood.co.uk>2018-02-05 21:55:31 +0000
commit7c108b6b7a3277aac44455b93a587d1d01a58041 (patch)
tree1614ebd1e77e860a1f942a38f86b4a77feb7875d /docs
parent2726fff67ded963e24776e60f1e8976ae2bb037b (diff)
Added support for setting ssh auth methods
Diffstat (limited to 'docs')
-rw-r--r--docs/Configuration.md9
-rw-r--r--docs/Model-Notes/EOS.md9
-rw-r--r--docs/Model-Notes/README.md1
3 files changed, 19 insertions, 0 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md
index e2db05e..d0afdf6 100644
--- a/docs/Configuration.md
+++ b/docs/Configuration.md
@@ -59,6 +59,15 @@ vars:
ssh_no_exec: true
```
+### SSH Auth Methods
+
+By default, Oxidized registers the following auth methods: `none`, `publickey` and `password`. However you can configure this globally, by groups, models or nodes.
+
+```
+vars:
+ auth_methods: none, publickey, password, keyboard-interactive
+```
+
### SSH Proxy Command
Oxidized can `ssh` through a proxy as well. To do so we just need to set `ssh_proxy` variable.
diff --git a/docs/Model-Notes/EOS.md b/docs/Model-Notes/EOS.md
new file mode 100644
index 0000000..66287e3
--- /dev/null
+++ b/docs/Model-Notes/EOS.md
@@ -0,0 +1,9 @@
+Arista EOS Configuration
+========================
+
+By default EOS requires keyboard-interactive to be added to your Oxidized config. You can avoid having to do this by configuring the following on the EOS device:
+
+```
+management ssh
+ authentication mode password
+```
diff --git a/docs/Model-Notes/README.md b/docs/Model-Notes/README.md
index f51ed80..636c9fa 100644
--- a/docs/Model-Notes/README.md
+++ b/docs/Model-Notes/README.md
@@ -11,6 +11,7 @@ Use the table below for more information on the Vendor/Model caveats.
Vendor | Model |Updated
----------------|-----------------|----------------
+Arista|[EOS](EOS.md)|05 Feb 2018
Huawei|[VRP](VRP-Huawei.md)|17 Nov 2017
Juniper|[MX/QFX/EX/SRX/J Series](JunOS.md)|18 Jan 2018
Xyzel|[XGS4600 Series](XGS4600-Zyxel.md)|23 Jan 2018