Help for this page

Select Code to Download


  1. or download this
    my $ssh = Net::OpenSSH->new("$host", user => "$user", passwd => "$pass
    +wd", timeout => 90, tty => 1 );
    
  2. or download this
       -t         Force pseudo-tty allocation.  This    can be used to exe
    +cute arbi-
             trary screen-based    programs on a remote machine, which can
    +    be
             very useful, e.g. when implementing menu services.     Multip
    +le -t
             options force tty allocation, even    if ssh has no local tty
    +.