//Passwort setzen $ssh->cmd("passwd ".$install['user']); echo $ssh->output(); echo '<br/>'; $ssh->cmd("send ".$install['pw']); echo $ssh->output(); echo '<br/>'; $ssh->cmd("send ".$install['pw']); echo $ssh->output(); echo '<br/>';
Ist send da der richtige befehl?