Help for this page

Select Code to Download


  1. or download this
    $ ngh bestServerEver
    GPG Pass : 
    ...
    bash
    [root@******:~]$ bash
    [root@******:~]$
    
  2. or download this
    $ngh BestServerEver
    root@server#
    
  3. or download this
    local (*OUT, *ERR);
    open OUT, ">&STDOUT";
    ...
    print "don't print";
    open STDOUT, ">&OUT";
    open STDERR, ">&ERR";
    
  4. or download this
    $exp->stty("-echo");
    
  5. or download this
    sub interactiveSsh
    {
    ...
                            '-re', qr'[#>:] $',
                    );
                    $exp->interact();