Well alot of this blog looks a little sentimental to me, especially given the sunset backdrop, but this story is a fascinating analysis of some of the ill-advised justifications that I probably try to use to pull the wool over my own eyes:
http://debowen.typepad.com/8hours/2009/05/creative-people-are-flaky-moody-broke.html
/home/coffee1> ssh coffee2
PRNG is not seeded
Apparently ssh needs access to /dev/random and /dev/urandom
# cd /dev
# ls -l | grep random
crw------- 1 root system 35, 0 May 04 10:43 random
crw------- 1 root system 35, 1 May 04 10:43 urandom
# chmod 644 random
# chmod 644 urandom
# ls -l | grep random
crw-r--r-- 1 root system 35, 0 May 04 10:43 random
crw-r--r-- 1 root system 35, 1 May 04 10:43 urandom
Free download to a tool that helps makes sense of all that stuff you are dragging and dropping into your windows applications in C#:
.NET Reflector