diff options
Diffstat (limited to 'docs/Model-Notes/EOS.md')
-rw-r--r-- | docs/Model-Notes/EOS.md | 9 |
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 +``` |