mini-lab icon indicating copy to clipboard operation
mini-lab copied to clipboard

Only use `IdentityFile` for ssh authentication

Open simcod opened this issue 2 months ago • 1 comments

Description

Recently, connecting to the leaf switches was not possible, due to authentication failures. As a result metal-core and bgp could not be restarted, which is necessary to add the default route (see #262).

Adding IdentitiesOnly fixed this, to only use the ssh key specified in the files/ssh/config.

simcod avatar Oct 21 '25 15:10 simcod

clashes with dell_sonic because there we use password based authentication in the virtual environment atm

mwindower avatar Oct 29 '25 14:10 mwindower