The site may still be under some development, but I couldn't help myself. I'm working on a program that will help keep track of your SSH connection. If your like me, you have many places that you ssh to. I have many just on my internal network; most of these use different ports so I can connect easily if I'm out and about.
I based my program (it's currently just a bash script) on BPWS, actually if you look at the code it's almost identical, except for the fact that I wrote it from scratch. I'm running into a few problems that I hope to have solved, and when I finished version 0.1 I came up with 3 new features I want this to have. I'll work on it more and do a good through beta testing before version 1.0 is released.
Just for future reference, I do plan on (after releasing version 1.0) creating, first a ncurses frontend. Then once I get a bit better, a GTK full GUI frontend. Give me time on those because I don't have ANY idea on how to create anything GTK and ncurses seems to be very close to c or c++, and I haven't written in either for many many years (almost 11 years).