clicon / clixon-controller

Clixon network controller
Apache License 2.0
12 stars 4 forks source link

SSH StrictHostKeyChecking optional #96

Closed denniswa closed 5 months ago

denniswa commented 5 months ago

The controller defaults to StrictHostKeyChecking=Yes We need this to be optional to be able to connect in certain scenarios.

olofhagsand commented 5 months ago

Fixed. Example:

   set devices device-profile myprofile ssh-stricthostkey true
krihal commented 5 months ago

Verified.