[Koha-bugs] [Bug 35761] Add an administration editor for FTP and SFTP servers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 31 17:53:38 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35761

--- Comment #1 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list