Help for this page

Select Code to Download


  1. or download this
    expect "Password:"
    #ask user for password and then return to script
    interact -nobuffer -re "(.*)\r" return
    
  2. or download this
    $session->expect(60, -re, "Password:");
    $session->interact(\*STDIN, "\r");