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
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.
The text was updated successfully, but these errors were encountered:
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
I'd like to use "example" as a host name.
The text was updated successfully, but these errors were encountered: