Class OpenSshHostKeysHandler

All Implemented Interfaces:
RequestHandler<ConnectionService>, ConnectionServiceRequestHandler

public class OpenSshHostKeysHandler extends AbstractOpenSshHostKeysHandler
A handler for the "[email protected]" 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
Author:
Apache MINA SSHD Project
See Also: