1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Env/Host
Reid Thompson ce9ba0fade
Add known hosts checking for SFTP storage driver.
By default require a known hosts match as part of the SFTP storage driver's authentication process, i.e. repo-sftp-host-key-check-type=strict. The match is expected to be found in the default list or in a list of known hosts files provided by the user. An exception is made if a fingerprint has been manually configured with repo-sftp-host-fingerprint or repo-sftp-host-key-check-type=accept-new can be used to automatically add new hosts.

Also allow host key verification to be skipped, as before, but require the user to explicitly set this (repo-sftp-host-key-check-type=none) rather than it being the default.
2023-09-15 20:22:38 -04:00
..
HostAzureTest.pm Remove unused strOS parameter in Common::HostTest. 2023-04-05 11:24:53 +04:00
HostBackupTest.pm Add known hosts checking for SFTP storage driver. 2023-09-15 20:22:38 -04:00
HostBaseTest.pm SFTP support for repository storage. 2023-05-13 19:16:16 +03:00
HostDbCommonTest.pm Remove integration expect log testing. 2022-05-10 13:18:26 -04:00
HostDbSyntheticTest.pm Remove integration expect log testing. 2022-05-10 13:18:26 -04:00
HostDbTest.pm PostgreSQL 16 Support. 2023-04-27 10:30:50 +03:00
HostGcsTest.pm Remove unused strOS parameter in Common::HostTest. 2023-04-05 11:24:53 +04:00
HostS3Test.pm Remove unused strOS parameter in Common::HostTest. 2023-04-05 11:24:53 +04:00
HostSftpTest.pm SFTP support for repository storage. 2023-05-13 19:16:16 +03:00