Help for this page

Select Code to Download


  1. or download this
    ## ... setup through to your login call the same
    $ssh->send( qq{ssh-copy-id bkpuser\@10.11.12.13} );
    $ssh->waitfor( qq{Password:} );
    $ssh->send( $epass );