[SOLVED] Multiple ssh servers/ports?

Hello,

currently my gitlab omnibus installation is running on a server which have a standard sshd config (i.e. port 22). Now, I would like to create another ssh server, alongside the existing one, for a specific user : I would have the regular users using ssh on port 22, and that specific user using ssh on another port…

I thought it was no big deal, i.e. gitlab would not care about ssh, but it seems it’s not the case… any idea how I could have gitlab working with 2 ssh servers running ?

BR,
Thomas.

mouahahah, forgot to create a pam config file for my new ssh server … everything’s OK now.