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

Allow configuring which interface to connect to #7

Open
zeelot opened this issue Jun 16, 2015 · 1 comment
Open

Allow configuring which interface to connect to #7

zeelot opened this issue Jun 16, 2015 · 1 comment

Comments

@zeelot
Copy link
Contributor

zeelot commented Jun 16, 2015

Our AWS infrastructure only allows SSH into private IP addresses. Could we add an option to the config that allows us to specify the interface to connect to? Something along these lines would be great:

thing-ec2:
    provider: aws
    region: us-east-1
    access_key: <secret>
    secret_key: <secret>
    default_user: ubuntu
    connect_to: private_ip | private_dns | public_ip | public_dns
@burdandrei
Copy link

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

No branches or pull requests

2 participants