search for: bf96ab0

Displaying 1 result from an estimated 1 matches for "bf96ab0".

Did you mean: bf967aba
2012 Apr 13
1
[PATCH 1/2] sysprep: remove .ssh directory in users' directory
...| 1 - sysprep/Makefile.am | 2 ++ sysprep/sysprep_operation_ssh_userdir.ml | 46 ++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 sysprep/sysprep_operation_ssh_userdir.ml diff --git a/TODO b/TODO index 3d5613c..bf96ab0 100644 --- a/TODO +++ b/TODO @@ -543,7 +543,6 @@ virt-sysprep ideas . run external guestfish script virt-sysprep --fish=/tmp/foo.fish . rm /var/cache/apt/archives/* - /var/run/* and pam_faillock's data files - - homedirs/.ssh directory, especially /root/.ssh (Steve Grubb) - if dri...