commit e783915ab59ba21de5efc312e42fdc78a456e4a8 from: Omar Polo date: Thu Nov 25 21:06:41 2021 UTC revert 14151a4; hardcode the ssh path commit - 901f87c94060d6ea2495caeb31d2aadd9ebd5cac commit + e783915ab59ba21de5efc312e42fdc78a456e4a8 blob - 10506574411b8aec5f1e7c0553842a746f213fd8 blob + 9e06a0e252c65c5a267e989ff02417fd5638535c --- lstun.c +++ lstun.c @@ -35,7 +35,7 @@ #include "log.h" #ifndef SSH_PATH -#define SSH_PATH "ssh" +#define SSH_PATH "/usr/bin/ssh" #endif #define MAXSOCK 4