Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Expect;
    ...
    
    # Second step do the same with ssh-copy-id (ssh keys)
    # You said that all nodes share the same password so it should be very
    + easy to create ssh keys for all nodes from the main node.