in reply to Re^2: Working around limit to number of connections vis Net::OpenSSH
in thread Working around limit to number of connections with Net::OpenSSH
Increasing the available file descriptors is just going to hide and delay the issue but not to solve it.
Net::OpenSSH has a debug mode you can enable setting $Net::OpenSSH::debug=-1, and you can also pass the flags -vvv to the ssh client in order to find where your program is failing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Working around limit to number of connections vis Net::OpenSSH
by nysus (Parson) on Mar 28, 2017 at 10:42 UTC | |
by salva (Canon) on Mar 28, 2017 at 11:56 UTC | |
by nysus (Parson) on Mar 28, 2017 at 15:51 UTC | |
by marto (Cardinal) on Mar 28, 2017 at 15:57 UTC | |
by nysus (Parson) on Mar 30, 2017 at 22:52 UTC |