SSH config with multiple keys for multiple gitlab user accounts
问题 I run Gitlab CE on my server and use several different user accounts to group my repos by interest. The problem is with SSH. I found the following solution for github: https://gist.github.com/jexchan/2351996 In this guide one just uses different hosts with the same hostname in the config. Which is little effort to achieve what I'd like to achieve. But this solution does not work with Gitlab or at least not for me. This solution is all over the web. One that is less used but is working for me,