I'm trying to open multiple connections with ssh2_auth_pubkey_file
to different servers using the same public & private keys.
When my script tries connecting to the 2nd server I get:
PHP Warning: ssh2_auth_pubkey_file(): Authentication failed for me using public key: Unable to open public key file
I'm guessing it can't have two open file pointers, but I don't see why not. Is there a way around this?