H
Helge Cramer
I installed Net::SSH:
erl and everything works fine ;-)
But trying to connect to multiple servers brings out error-message:
Net::SSH: Can't bind socket to port 1023
$ssh1 = Net::SSH:
erl->new('host1', protocol => '2,1');
$ssh2 = Net::SSH:
erl->new('host2', protocol => '2,1');
Alternatively, I tried to set up the second connection after remote
commands on first connection exited, but it just brought up the same
error.
I think, I am missing a hint for "unbinding" the socket/close the
connection before connect to second server or a hint for an
opportunity to speak with both servers at the same time.
I am running RedHat9 on an intel-box and on remote servers sshd is
listening to port 23 only.
Thanks for any hint/solution,
Helge Cramer
But trying to connect to multiple servers brings out error-message:
Net::SSH: Can't bind socket to port 1023
$ssh1 = Net::SSH:
$ssh2 = Net::SSH:
Alternatively, I tried to set up the second connection after remote
commands on first connection exited, but it just brought up the same
error.
I think, I am missing a hint for "unbinding" the socket/close the
connection before connect to second server or a hint for an
opportunity to speak with both servers at the same time.
I am running RedHat9 on an intel-box and on remote servers sshd is
listening to port 23 only.
Thanks for any hint/solution,
Helge Cramer