SSH2_MSG_SERVICE_REQUEST
ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_REQUEST, &input_service_request);
type != SSH2_MSG_SERVICE_REQUEST &&
if ((r = sshpkt_start(ssh, SSH2_MSG_SERVICE_REQUEST)) != 0 ||