Dupload setup

  1. Create ~/.dupload.conf

    package config;
    
    $cfg{'mydist'} = {
        fqdn => "localhost",
        incoming => "/var/upload/mydist",
        method => scp
    };
    	    

  2. Set up ssh keys to connect to localhost

    (I shit you not)

    (You may want to verify by ssh'ing to localhost)

  3. The first upload

  4. Importing the package