phpseclib - Can I connect using username, key and password (not a key passphrase)
Apologies if I have missed this in the documentation but is it possible to connect to an SFTP server with a private key and a password (not a passphrase for my private key). The examples show username/password, username/key and username/key/key passphrase authentication types. When connecting via the command line I would get this prompt for my password... user@x.x.x.x's password: Hopefully this library can handle this? Otherwise are there any other PHP based solutions that might support username/key and server password authentication? I'm quite flexible here and can install modules if need be.