Class OpenSshHostKeysHandler

All Implemented Interfaces:
RequestHandler<ConnectionService>, ConnectionServiceRequestHandler

public class OpenSshHostKeysHandler extends AbstractOpenSshHostKeysHandler
A handler for the "hostkeys-00@openssh.com" request - for now, only reads the presented host key. One can override the handleHostKeys(Session, Collection, boolean, Buffer) methods in order to do something with the keys
See Also: