Help for this page

Select Code to Download


  1. or download this
    # ls ssh-targets:
    ssh.pl
    box1 -> ssh.pl
    box2 -> ssh.pl
    
  2. or download this
    #!/usr/bin/perl
    my $file=$0;
    ...
    
    # and ssh to it.
    exec("ssh $user\@$dest @ARGV") if $dest;