Commit cc8c8df8 by Oliver Pinter

cleanup

parent f647f5aa
......@@ -181,7 +181,10 @@ class Context(BaseContext):
'/root/.bash_history'
'/home/cloud/.bash_history'
'/root/.ssh'
'/home/cloud/.ssh']
'/home/cloud/.ssh'
'/root/.lesshst'
'/root/.history'
'/root/.viminfo']
+ glob('/etc/ssh/ssh_host_*'))
for f in filelist:
rmtree(f, ignore_errors=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment