Help for this page

Select Code to Download


  1. or download this
    if ( defined($port) ) {
        print "\tSSH connection to server ($host) established!\n";
    ...
        print "\tSSH connection to server ($host) could not be established
    +... Exiting program.\n";
        exit;
    }