tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Use ssh for cloning repositories

Open mzander opened this issue 1 year ago • 4 comments

In our self hosted gitlab we disabled cloning using https. It only allows ssh

I think it should be possible to switch the protocol within the repository settings.


Please reply with a 👍 if you want this feature.

mzander avatar Jun 14 '24 10:06 mzander

cc @boxbeam does it make sense to use ssh based clone by default?

wsxiaoys avatar Jun 14 '24 10:06 wsxiaoys

I don't think we can use it by default, since it requires a different mode of authentication (ssh key instead of access token). Cloning via ssh would need to be its own feature

boxbeam avatar Jun 14 '24 15:06 boxbeam

Good point - i guess ssh based solution has to go with some pub key for deployment purpose.

wsxiaoys avatar Jun 15 '24 03:06 wsxiaoys

In the docs, ssh is listed as an option for a repository. However, specifying one doesn't work: no jobs are created, nothing. Is it possible to use SSH for private Git projects currently?

vladfaust avatar Sep 10 '25 14:09 vladfaust