Skip to content
Snippets Groups Projects
Commit 6b78053d authored by Stardrad Yin's avatar Stardrad Yin
Browse files

Add SSH custom port support for install/installation.md

parent 886cf2f5
No related branches found
No related tags found
1 merge request!2632Add SSH custom port support for install/installation.md
Loading
Loading
@@ -361,6 +361,20 @@ a different host, you can configure its connection string via the
# example
production: redis.example.tld:6379
 
## Custom SSH Connection
If your ssh port is a non-standard port, you must configure the ssh config of
user *gitlab*.
sudo -u gitlab -H vim /home/gitlab/.ssh/config
# Edit this file
host localhost
user git
port 888 # Your port number
hostname YOUR_SERVER_NAME or IP; # e.g., source.example.com or 127.0.0.1;
Of course, you should change the ssh port of `config\gitlab.yml` to your custom port.
 
## User-contributed Configurations
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment