Am Mittwoch, den 13.01.2010, 16:01 -0500 schrieb Andrew Schulman: > > > > debug: Executing '/usr/bin/perl -ni -e 'print unless /^\Qssh-rsa > > AAAAB3NzaC1yc2EAA/5GytXDjAR3XoxTR6uM= test...@test > > \E$/' '/root/.ssh/authorized_keys'' > > Change /.../ to m{...} .
This has no effect - it does not delete the key. I have discovered, that "test...@test" is the problem, the "@" is interpreted as an perl-array. Unfortunately escaping it with "\" does not help... Greetz, Andre
-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.