Omnibus 7.13.1-ce.0: no sshd running

OS: Ubuntu 14.10
omnibus 7.13.1-ce.0

I did the following steps:
installed omnibus, downgraded to older version in order to restore backup, updated again. Everything seems to be fine, but there is no sshd running => no access via ssh.

my gitlab.rb (relevant part):

# gitlab ssh port
gitlab_rails['gitlab_shell_ssh_port'] = 2222

But after reconfiguring, there is no port 2222 open (netstat says :wink: )
Any Idea whats wrong there? I don’t know where to look for more infos. In case you need more details, simply ask.

Greetings
Dakky

Did you also change the port in /etc/ssh/sshd_config?

GitLab itself doesn’t manage your ssh daemon, you’re just telling it where you’re running it. If you want to run SSH on port 2222 as @axil said, you have to change it in your sshd config as well.

Ahh ok. I thought gitlab omnibus had its own sshd bundled.

Thanks for helping :wink:

Nope, ssh is managed by the administrator :wink: