-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe
Currently ProxyCommand in ~/.ssh/config is ignored when using sake exec or sake run. Only sake ssh seems to support.
Describe the solution you'd like
Support for ProxyCommand
Additional context
ProxyCommand is required e.g. when using SSH over SSM on AWS
~/.ssh/config
Host myhost
HostName i-abcdef
User ec2-user
IdentityFile /path/to/identity
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request