SSH_KNOWN_HOSTS_NOT_FOUND constant

int const SSH_KNOWN_HOSTS_NOT_FOUND

The known host file does not exist. The host is thus unknown. File will be created if host key is accepted.

Implementation

static const int SSH_KNOWN_HOSTS_NOT_FOUND = -1;