Just create a file containing something like :
[Desktop Entry] Encoding=UTF-8 Cwd= Type=KonsoleApplication Icon=openterm Name=ssh'd to work Comment=ssh'd to work Exec=ssh -X me@www.work.com
for each connection you normally make called something.desktop in the ~home/.kde/share/apps/konsole directory. Then restart konsole. The session name will appear in you konsole sessions tab and when you select the session it will execute your command in another tab named whatever you named it in the above file.
Mark
Thanks Richard and Mark - this is a good idea. Ideally I would like the tab name to change if my hostname changes (maybe I will need to ssh somewhere else quickly, but my tab will still have the same name), but this works fine, and with ssh-agent - it makes life much easier working with many servers! Thanks, H