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

Add support for custom ssh key #8

Open
Hakihiro opened this issue Jul 23, 2018 · 0 comments
Open

Add support for custom ssh key #8

Hakihiro opened this issue Jul 23, 2018 · 0 comments

Comments

@Hakihiro
Copy link

Hakihiro commented Jul 23, 2018

Actually we can add it to the user parameter.

Eg :

servers: [{
            user: "-i {{pathToPem}} user",
            host: "myhost",
            to: "/toto"
        }]

But it can be more userfriendly if we can do:

servers: [{
            user: "user",
            key: "{{pathToPem}}"
            host: "myhost",
            to: "/toto"
        }]
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

1 participant