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

Question: is it possible to use this action with ssh_config? #217

Open
vitalykarasik opened this issue Jan 17, 2023 · 0 comments
Open

Question: is it possible to use this action with ssh_config? #217

vitalykarasik opened this issue Jan 17, 2023 · 0 comments

Comments

@vitalykarasik
Copy link

I already use .ssh/config in my workflow.
So - is it possible to use .ssh/config with this action? Either by providing config via the environment (like in deployphp/action), or at least using hostname from existing .ssh/config.
For instance, if I have .ssh/config like this

Host example
     HostName example.example.com
     User ubuntu
     Port 1331
     IdentityFile  ~/.ssh/id_rsa
     ForwardAgent yes
     IdentitiesOnly yes

I'd like to use "example" as a host name.

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