Help for this page

Select Code to Download


  1. or download this
    $ssh->system({stdin_data => $userstring}, "/usr/sbin/chpasswd");
    
  2. or download this
    $ssh->system("echo", $userstring, \\"|", "/usr/sbin/chpasswd")