DannyBen / alf

Bash Alias Generator and Manager
MIT License
96 stars 4 forks source link

`alf connect` should allow connecting via SSH #9

Closed DannyBen closed 6 years ago

DannyBen commented 6 years ago

Currently, alf connect uses HTTP connection when connecting to GitHub using the shorthand repo name.

In this case, alf upload will usually not work smoothly (since GitHub will prompt for username and password, which is not the desired effect).

We should probably allow --ssh flag, and/or ask the user what they want in the interactive mode.