aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/src/main/java/com/trilead/ssh2/ServerHostKeyVerifier.java
Commit message (Collapse)AuthorAgeFilesLines
* Add extended server hostkey verification APIKenny Root2016-02-211-1/+1
| | | | | | | | | | | This allows the SSH library to query the user of the library about which key algorithms they know about for this particular host. Otherwise when the library is upgraded or the host is upgraded, it may select and previously unknown key to authenticate against the database. Note there are two APIs added here called "removeServerHostKey" and "addServerHostKey" which currently are not called, but they are there for future support for hostkeys@openssh.com support.
* Rename project to sshlibKenny Root2015-07-181-0/+31