summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/EOS.md
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-04-27 14:35:34 +0300
committerGitHub <noreply@github.com>2018-04-27 14:35:34 +0300
commiteedaeff5b159a3e2dc0f2020000d2b39ccfbed2f (patch)
tree655fe8f951b06aaa94a9c9b111a6f0cbcc475915 /docs/Model-Notes/EOS.md
parent1311573a1adff6edf2c0b3cfdb05ca83d6c46e73 (diff)
parent90e1c91ae52ecbcc5b733f166e110faf9b698687 (diff)
Merge pull request #1175 from laf/ssh-auth-methods
Added support for setting ssh auth methods
Diffstat (limited to 'docs/Model-Notes/EOS.md')
-rw-r--r--docs/Model-Notes/EOS.md9
1 files changed, 9 insertions, 0 deletions
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
+```