Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make win32-openssh compatible with AD auth via public key #2202

Open
Nova-Logic opened this issue Feb 7, 2024 · 1 comment
Open

Make win32-openssh compatible with AD auth via public key #2202

Nova-Logic opened this issue Feb 7, 2024 · 1 comment

Comments

@Nova-Logic
Copy link

Summary of the new feature / enhancement

I am developing an API for managing windows hosts. due to lack of ability to auth on managed hosts via public key with proper AD net session it introduce a lot of pain for making job done, and also making management of win hosts from linux very hard, since a lot of PowerShell cmdlets rely on network session.

Proposed technical implementation details (optional)

Implement an win32-openssh plugin that would
That would be beneficial for developers, who are trying to use System.management.automation and sshconnectioninfo since PowerShell core team does not support password or other forms of auth for the sshconnections that would be able to achieve that goal.

@mgkuhn
Copy link

mgkuhn commented Feb 10, 2024

What would this enable that isn't already enabled by the existing Kerberos/GSSAPI authentication support? (I routinely manage Windows hosts from Linux via GSSAPI authentication and delegation (ssh -K) and it works very well.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants