User Tools

Site Tools


networking:arista_eos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
networking:arista_eos [2026/01/13 11:53] v1ctornetworking:arista_eos [2026/04/10 08:25] (current) – [DEFAULTING ALL INTERFACES] v1ctor
Line 93: Line 93:
 <code> <code>
 default interface ethernet 1-$ default interface ethernet 1-$
 +</code>
 +
 +==== LOGING USING CERTIFICATE ====
 +
 +<code>
 +Arista(config)#username <user> privilege 15 secret <secret password>     # Create account
 +Arista(config)#username <user> sshkey file flash:testkey.pub             # Associate the SSH key
 +</code>
 +
 +Generate certificate and upload it on the switch:
 +<code bash>
 +$ ssh-keygen -t ecdsa -b 521 -f aristakey
 +$ scp aristakey.pub admin@leaf-ams://mnt/flash/aristakey.pub
 +</code>
 +
 +Verify connectivity:
 +<code bash>
 +ssh -i aristakey Arista
 </code> </code>
networking/arista_eos.1768305192.txt.gz · Last modified: by v1ctor