Lines Matching refs:protocol
12 * incompatible with the protocol description in the RFC file, it must be
510 fatal("Bad remote protocol version identification: '%.100s'", buf);
511 debug("Remote protocol version %d.%d, remote software version %.100s",
520 (options.protocol & SSH_PROTO_2) &&
521 !(options.protocol & SSH_PROTO_1_PREFERRED)) {
525 if (!(options.protocol & SSH_PROTO_1)) {
536 logit("Agent forwarding disabled for protocol 1.3");
542 if (options.protocol & SSH_PROTO_2) {
552 fatal("Protocol major versions differ: %d vs. %d",
553 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1,
555 /* Send our own protocol version identification. */
1166 /* Exchange protocol version identification strings with the server. */