struct stat st;
if (fname == NULL)
ask_filename(pw, "Enter file in which the key is");
fatal("%s: no filename", __func__);
if (stat(fname, &st) < 0) {
if (errno == ENOENT)
return 0;