Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
5c504ed8
Commit
5c504ed8
authored
Jan 17, 2013
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2632 from yin8086/SSHPort
Add SSH custom port support for install/installation.md
parents
48a5012b
6b78053d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/install/installation.md
doc/install/installation.md
+14
-0
No files found.
doc/install/installation.md
View file @
5c504ed8
...
...
@@ -352,6 +352,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment