Comment 21 for bug 1094496

Revision history for this message
wyderkat (wyderka-t) wrote :

Another way to reproduce that bug:

ssh-keygen -t rsa -N "" -f ~/.ssh/newkey
ssh-copy-id -i ~/.ssh/newkey.pub localhost
while true; do ssh localhost date; done

Then sit and observe in another terminal how memory disappears.