I have at this time two remote machines to which I am connecting. For one I am using private key with passphrase, and another one I am using root password.
Now, when I want to connect to machine with root password authentication, first ssh asks me for passphrase for machine which private key is inside my ~/.ssh directory,and then when I enter correct passphrase let me enter password for machine to which I am connectign with root password.
Is there any way to save sessions, and connection options, for example like in Putty?