Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDsshconnect.c1080 char *key_msg; in check_host_key() local
1082 key_msg = "is unknown"; in check_host_key()
1084 key_msg = "is unchanged"; in check_host_key()
1086 key_msg = "has a different value"; in check_host_key()
1092 error("%s. This could either mean that", key_msg); in check_host_key()