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
{{ message }}
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
For us we have a CI pipeline that deploys to production. We have jenkins slaves which ssh to the production through a bastion host. Our current deployment code (non-chef) uses Net::SSH::Gateway to accomplish this. knife ssh has a -G flag for using an ssh gateway. It would be great if ridley-connectors also supported this. I would love to get this added and then add support to motherbrain.
Here is how knife parses the gateway param user@some_host:1234
For us we have a CI pipeline that deploys to production. We have jenkins slaves which ssh to the production through a bastion host. Our current deployment code (non-chef) uses Net::SSH::Gateway to accomplish this. knife ssh has a -G flag for using an ssh gateway. It would be great if ridley-connectors also supported this. I would love to get this added and then add support to motherbrain.
Here is how knife parses the gateway param
user@some_host:1234
The text was updated successfully, but these errors were encountered: