Home
last modified time | relevance | path

Searched refs:key_msg (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsshconnect.c1068 char *key_msg; in check_host_key() local
1070 key_msg = "is unknown"; in check_host_key()
1072 key_msg = "is unchanged"; in check_host_key()
1074 key_msg = "has a different value"; in check_host_key()
1080 error("%s. This could either mean that", key_msg); in check_host_key()