Sha256: 5612268c165e6fd527d546c02730e49fd7db33b75715ef50d515957708de9308

Contents?: true

Size: 549 Bytes

Versions: 12

Compression:

Stored size: 549 Bytes

Contents

# Arista EOS Configuration

By default, EOS requires the `keyboard-interactive` SSH authentication method for a successful SSH login. To add support for this method to your Oxidized configuration, see the [SSH Auth Methods](../Configuration.md#ssh-auth-methods) directive.

It is also possible to modify the EOS configuration to accept the `password` method which Oxidized presents by default. To do so, the following configuration statement can be used:

```text
management ssh
   authentication mode password
```

Back to [Model-Notes](README.md)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
oxidized-0.30.1 docs/Model-Notes/EOS.md
oxidized-0.30.0 docs/Model-Notes/EOS.md
oxidized-0.29.1 docs/Model-Notes/EOS.md
oxidized-0.29.0 docs/Model-Notes/EOS.md
oxidized-0.28.0 docs/Model-Notes/EOS.md
oxidized-0.27.0 docs/Model-Notes/EOS.md
oxidized-0.26.3 docs/Model-Notes/EOS.md
oxidized-0.26.2 docs/Model-Notes/EOS.md
oxidized-0.26.1 docs/Model-Notes/EOS.md
oxidized-0.26.0 docs/Model-Notes/EOS.md
oxidized-0.25.1 docs/Model-Notes/EOS.md
oxidized-0.25.0 docs/Model-Notes/EOS.md