containers / fetchit

FetchIt is used to manage the life cycle and configuration of Podman containers
https://fetchit.readthedocs.io/
GNU Affero General Public License v3.0
124 stars 23 forks source link

Add ability to access git over ssh #259

Closed djach7 closed 2 years ago

djach7 commented 2 years ago

This pull request allows the user to access their source github repo via ssh. Https functionality is still intact, but ssh will be used if specified in the config file.

Resolves issue #244

Signed-off-by: djach7 djachimo@redhat.com