su - U2 ssh-keygen -t dsa # creates .ssh/... cat .ssh/id_dsa.pub | ssh ZFS_HOST 'cat>>.ssh/authorized_keys' # accept remote key; enter pw once