You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, it looks like sshpass (used for password authentication) is not available on Windows. This means automatic login may not be possible. This may or may not be a problem, but at least pubkey based authentication should work.
Small update: Windows support is now much more reasonable as of PHP 8+ because PHP now supports socket pair descriptors (reactphp/child-process#85).
On top of of, we may also be able to avoid the dependency on the sshpass binary for password authentication by employing the SSH_ASKPASS environment variable as discussed in #33.
I'm not currently working on this myself, but figured it makes sense to post here anyway. If you need this for a commercial project and you want to help sponsor this feature, feel free to reach out and I'm happy to take a look. PRs are also welcome! 👍
No description provided.
The text was updated successfully, but these errors were encountered: