Skip to content

import authorized_keys code from tor-puppet

Antoine Beaupré requested to merge anarcat/sshd:authorized_keys_rewrite into master

this brings a different way of exporting and importing authorized_keys file than the current approach, which is assumed to be with exported resources and the builtin ssh_authorized_keys type

this method instead uses a Concat resource, which is more reliable (e.g. it purges missing entries) and flexible (you can change the mode).

Closes: #2

Edited by Antoine Beaupré

Merge request reports