summaryrefslogtreecommitdiff
path: root/tests/ssh/connect_test.py
Commit message (Collapse)AuthorAgeFilesLines
* ci: run SSH integration tests (#3012)Milas Bowman2022-07-271-0/+22
Fix & enable SSH integration test suite. This also adds a new test for connecting to unknown hosts when using the Python SSH implementation (Paramiko). See #2932 for more info. Because of the above, some of the config/static key files have been moved around and adjusted. Signed-off-by: Milas Bowman <milas.bowman@docker.com>