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
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!
The text was updated successfully, but these errors were encountered:
Hello!
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 useroot
. In order to easily and securely have passwordlesssudo
, I uselibpam-ssh-agent-auth
. This way ssh agent forwarding can be used to authenticatesudo
. This feature relies on the ssh client enabling theforwardAgent
option, either trough~/.ssh/config
or usingssh -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!
The text was updated successfully, but these errors were encountered: