class Net::SSH::Authentication::Methods::Hostbased
def build_request(identity, next_service, username, hostname, client_username)
def build_request(identity, next_service, username, hostname, client_username) userauth_request(username, next_service, "hostbased", identity.ssh_type, Buffer.from(:key, identity).to_s, hostname, client_username).to_s end