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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit using ssh option 'ForwardAgent' #181

Open
svdo opened this issue Jan 26, 2023 · 0 comments
Open

Permit using ssh option 'ForwardAgent' #181

svdo opened this issue Jan 26, 2023 · 0 comments
Labels
kind/engineering Work that is not visible to an external user kind/enhancement Improvements or new features

Comments

@svdo
Copy link

svdo commented Jan 26, 2023

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

I'm trying to use Pulumi-command to configure servers. I tend to setup accounts for administrators that may access the server. For auditing reasons I don't want them to use root. In order to easily and securely have passwordless sudo, I use libpam-ssh-agent-auth. This way ssh agent forwarding can be used to authenticate sudo. This feature relies on the ssh client enabling the forwardAgent option, either trough ~/.ssh/config or using ssh -A user@host.

I think it would be nice if there would be a connection option to enable agent forwarding in command.remote.Command.

Thanks for your consideration!

@svdo svdo added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Jan 26, 2023
@aq17 aq17 added kind/engineering Work that is not visible to an external user and removed needs-triage Needs attention from the triage team labels Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants