Can’t bind socket to port 1023
Jan 29, 2007 in Notas rápidas
Error:
Net::SSH: Can't bind socket to port 1023: La dirección ya se está usando at test_ssh.pl line 32
Solución:
Agregar priveleged => 0
my $ssh = Net::SSH::Perl->new( $hostname, privileged => 0 );

