commit 2040c43f171d5e4aaad310589de246ccc6f310fe from: Omar Polo date: Thu Nov 25 21:08:05 2021 UTC mention that the ssh path is hardcoded commit - e783915ab59ba21de5efc312e42fdc78a456e4a8 commit + 2040c43f171d5e4aaad310589de246ccc6f310fe blob - 30b8383651f6403753c615669b40a565ebc57b79 blob + f668b4c4ef972b06e8bd395bce77b75814898e26 --- README.md +++ README.md @@ -10,6 +10,7 @@ To compile it just run $ make # make install # eventually -The only dependency is libevent. +The only dependency is libevent. It expects ssh to be `/usr/bin/ssh`, +compile with `-DSSH_PATH=...` to alter the path eventually. Check out the manpage for the usage.