My hint is not a solution but a workaround.
Instead to type the remote password for every site you want to connect by ssh, you may use an authentication based on your public keys.
Copy the contents of your .ssh/id_dsa.pub file in the source machine to .ssh/authorized_keys in the destination host. After that you can login in the remote machine without provide the remote password.
You still have to provide the pass phrase to unlock your local keyring. But this is done only one time. Read my post
http://www.linuxquestions.org/questi...d.php?t=430362 about how to setup ssh-agent to ask the pass phrase at login time in FC5.
Doing so, you login in the graphical desktop, type your pass phrase and can use ssh to login in every remote host without typing passwords anymore.