commit 236c6984c26f38105284a3ef8457b76e6ba05eaa from: Omar Polo date: Sun Nov 21 15:58:20 2021 UTC mention the CAVEATS commit - b5e7ff9bcb16a27523cac7900d0dd3a36d75bd20 commit + 236c6984c26f38105284a3ef8457b76e6ba05eaa blob - 63da816b52f1e0e2b2765536c07b204d292cc846 blob + 195f2b372cda4b08285f276c84ab228fa40f696e --- lstun.1 +++ lstun.1 @@ -68,3 +68,10 @@ The .Nm utility was written by .An Omar Polo Aq Mt op@omarpolo.com . +.Sh CAVEATS +There's a 5 second timeout after spawning +.Xr ssh 1 +to wait for the tunnel to be established. +It should really sleep for a little less +.Pq say one second +and then retry to connect multiple times until it succeed.