in reply to Password Manager

UPDATED: Got rid of my stupid <code> tag comment, I have learned my lesson, and added some real comments.

I like the Idea for this script, and it's a well designed interface, but I have one major issue. You really should use SSH instead of Telnet. SSH is more secure, and much better for transmitting things like passwords. Also, many unix sys admins don't even have telnet enabled on their networks, just ssh. Other than that it looks nice.

-xPhase