Dear all,
I would like to use the ssh2 tunneling functionality of ssh2 extension. I have managed to create and use the tunnel using username/password of key pair and passphrase, but that's not sufficient.
I want to create a php daemon that will be started after a user's login. Thus, I will have the keychain functionality before daemon's start.
Now, in order to have only one passphrase to handle, I want to use the keychain functionality from the php.
So, how can I use the ssh-agent/keychain from ssh?