On Wed, Jan 11, 2012 at 3:39 PM, [email protected] <[email protected]> wrote: > Hi, > > I'm looking for a way to add one or more public keys to the config.xml using > a script, rather than using the GUI. > Looking at the <authorizedkeys> </authorizedkeys> section in config.xml, it > seems that there is some kind of encryption/compression/conversion/whatever > going on. >
It's just using the php function base64_encode() to encode the data - so it is just MIME base64. -- .warren _______________________________________________ List mailing list [email protected] http://lists.pfsense.org/mailman/listinfo/list
