Changing default GitLab behaviors

Hello,
When I change the SSH port from 22 to another number, then I need to define this new port in the gitlab_shell_ssh_port section. Does the GitLab web interface automatically change this port for the user, or does the user have to enter the port manually?

Cheers.

users can update SSH configuration files to include the new port number for GitLab connections, eliminating the need to specify the port number manually each time

Hello,
Thank you so much for your reply.
Do you mean that it is possible to change SSH server settings through the GitLab web interface?