Rahix / tbot

Automation/Testing tool for Embedded Linux Development
https://tbot.tools
GNU General Public License v3.0
84 stars 21 forks source link

connector: ssh: Fix connecting via lab-host for real #92

Closed Rahix closed 1 year ago

Rahix commented 1 year ago

The previous attempt at fixing the special-casing of lab-host vs. local-host based connections in commit f9f2fe8a2512 ("connector: ssh: Fix contexts breaking ssh lab-host usecase") actually never worked as intended.

Fix it by using the proper subclass check.

Fixes: f9f2fe8a2512 ("connector: ssh: Fix contexts breaking ssh lab-host usecase")