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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
I working in an environment behind a corporate proxy, so I need an SSH bastion host to use the ebs-volume builder. The environment is also kerberized, so SSHing into different machines does not always work with public keys. (The problem is that the home folder can only be mounted after connecting, so public keys are not present yet when the login is being authenticated.) In my shell, I can make the login passwordless by setting the following options in ~/.ssh/config:
This uses my local Kerberos ticket for the SSH login.
My current work-around is to log into the bastion host in a different shell such that the home folder is mounted. This makes the current bastion mechanism work with public key authentification.
Potential configuration
This could be achieved by (1) using my local SSH configuration, where I have set up things correctly or (2) providing an option to enable Kerberized SSH authentication.
The text was updated successfully, but these errors were encountered:
I have a workaround (my bastion also supports keyboard-interactive auth), so I won't wind up writing a PR, unfortunately. But I wanted to give some context in case some brave soul wants to pick up where I left off. Another workaround might involve basically re-implementing the provisioner you want using a local shell provisioner.
Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
I working in an environment behind a corporate proxy, so I need an SSH bastion host to use the
ebs-volume
builder. The environment is also kerberized, so SSHing into different machines does not always work with public keys. (The problem is that the home folder can only be mounted after connecting, so public keys are not present yet when the login is being authenticated.) In my shell, I can make the login passwordless by setting the following options in~/.ssh/config
:This uses my local Kerberos ticket for the SSH login.
My current work-around is to log into the bastion host in a different shell such that the home folder is mounted. This makes the current bastion mechanism work with public key authentification.
Potential configuration
This could be achieved by (1) using my local SSH configuration, where I have set up things correctly or (2) providing an option to enable Kerberized SSH authentication.
The text was updated successfully, but these errors were encountered: