I am using 10.04 and I use the 'Print to File' feature a lot but it's annoying to have to change the output option to to PDF each time. Is there a way to make it the default?
Home
/
user-331
Joshua's questions
I was able to setup ssh to use private/public key authentication. Now I am able to do
ssh user@server1
And it logs on with the private key. Now I want to connect to another server and use a different key. How do set it up so
ssh user@server1
uses privatekey1
ssh user@server2
and uses privatekey2