NixOS configuration for HPC cluster https://docs.hpc.informatik.hs-fulda.de/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
336 B

  1. diff --git a/sshconnect2.c b/sshconnect2.c
  2. --- a/sshconnect2.c
  3. +++ b/sshconnect2.c
  4. @@ -2055,10 +2055,6 @@
  5. *sigp = NULL;
  6. *lenp = 0;
  7. - if (stat(_PATH_SSH_KEY_SIGN, &st) == -1) {
  8. - error_f("not installed: %s", strerror(errno));
  9. - return -1;
  10. - }
  11. if (fflush(stdout) != 0) {
  12. error_f("fflush: %s", strerror(errno));
  13. return -1;