The Daily Shaarli
Add the directory, while ignoring all of the files it contains:
svn add -N [directory]
After adding the directory enter the directory and run the following command:
svn propset svn:ignore '*.*' .
Commit your changes:
svn commit -m "Added the directory and set the files within it to be ignored"Bon ce code n'a pas marché chez moi... mais il faut bien garder en tête qu'une clé chargée avec un agent va résider en mémoire de manière non chiffrée ;)
Et de la même manière, elle va résider en mémoire sur un hôte distant si on se connecte en 'ssh -A'. Donc potentiellement, quelqu'un qui a un accès root sur cette machine distante peut récupérer les clés privés des gens qui s'y connectent (en -A)
github link via skunnyk
