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