Commits


improve manpage and sync usage


retry to connect on failure instead of waiting 5 seconds each time, wait one second and retry often.


s/ssh_tunnel_flag/ssh_tflag


accept an optional host in -B improve the parsing of -B and do so one time only in main instead that every time we connect_to_ssh().


fmt


reset ssh_pid if ssh dies


cast time_t to long long (some platform goes brrrr) and fix format string


get rid of unused variables


fmt


trailing whitespaces


#define pledge on !OpenBSD I'm not really interested in making this portable: it's short and with such a narrow scope that's probably only useful to me, but provide hiding pledge on !OpenBSD takes so little that I guess I can at least do that.


initial commit