31 Jan
2024
31 Jan
'24
5:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35761 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- We can accept the host keys when we add a new SFTP server via ssh-keyscan -h <ip or name of host> >> known_hosts when a new SFTP server is added Then, if the key changes we can detect the error ( via Net::SFTP::Foreign ) to flag e given SFTP server has no longer having a matching key. We could then add the option to "reset" the public key via "ssh-keygen -R <ip or name of host>" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.