SSH for a shell terminal, for secure FTP or X session over SSH, they all rely on the same underlying protocol: SSH. Which application you use for your session, it does not matter. SSH is the key point here. Pageant is a great utility to handle the passwords of your keys, and many programs will use pageant to make the login seamless to you. I use PuTTY all day long at work, as well as FileZilla, which is another SSH-based client software that can take advantage of Pageant.
Also, you can have several SSH-based connections to a single server, and it does not matter, just as for any other TCP/IP protocol. I have servers where I have to be logged in both as a normal user and as root. This is easier than using the sudo command, which causes some problems from time to time. I just make sure I have VERY DIFFERENT prompts, of course......
As for pageant, I use its accompanying application, which is creating the key pairs, allowing me to copy'n'paste to the ~/.ssh/autorized_keys file. Works great for me.
On Linux, ssh can do exactly what you want -- multiple sessions can share a single connection. I have no idea what support exists for this feature in PuTTY or windows. – Ryan C. Thompson – 2010-10-27T04:58:16.883
5Wny not use a SSH key? – Lukáš Lalinský – 2009-10-21T15:27:30.843
3Why does LiveJournal and Facebook has to be logged in separately? I thought they were all based on the web. – Paul Tomblin – 2009-10-24T02:55:26.557