#include <sys/types.h>
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
logit("Disconnected from %.200s",
ssh_remote_ipaddr(ssh));
cleanup_exit(255);
case SSH_ERR_SYSTEM_ERROR:
if (errno == ECONNRESET) {
logit("Connection reset by %.200s",
}
/* FALLTHROUGH */
default:
fatal("%s: %s", __func__, ssh_err(r));