Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passthrough arguments for SSH connections (#37)
This allows users to make more use of complex SSH configuration. The existing interface only allowed for direct connection to a single host. This made basic things like jump hosts inaccessible. Users can now pass through any keyword arguments accepted by [`fabric.Connection`](https://docs.fabfile.org/en/stable/api/connection.html)
- Loading branch information