Home | History | Annotate | Download | only in openssh

Lines Matching refs:check_host_ip

733 	 * Turn off check_host_ip if the connection is to localhost, via proxy
736 if (options.check_host_ip && (local ||
738 options.check_host_ip = 0;
747 if (!want_cert && options.check_host_ip) {
792 if (options.check_host_ip && ip_status == HOST_NEW) {
882 if (options.check_host_ip && ip_status == HOST_NEW) {
943 if (options.check_host_ip && host_ip_differ) {
1048 if (options.check_host_ip && host_status != HOST_CHANGED &&