Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print FILE "Here's a line that's added.\n";
        $remote->close(FILE);
    }
    
  2. or download this
    mkdir ~/.ssh
    echo "Host biz\nPort 888\n" >> ~/.ssh/config
    chmod go= ~/.ssh ~/.ssh/config