View | Details | Raw Unified | Return to bug 3216
Collapse All | Expand All

(-)a/sshconnect.c (-2 / +2 lines)
Lines 1144-1151 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, Link Here
1144
		 */
1144
		 */
1145
		if (options.strict_host_key_checking !=
1145
		if (options.strict_host_key_checking !=
1146
		    SSH_STRICT_HOSTKEY_OFF) {
1146
		    SSH_STRICT_HOSTKEY_OFF) {
1147
			error("%s host key for %.200s has changed and you have "
1147
			error("Host key for %.200s has changed and you have "
1148
			    "requested strict checking.", type, host);
1148
			    "requested strict checking.", host);
1149
			goto fail;
1149
			goto fail;
1150
		}
1150
		}
1151
1151

Return to bug 3216