Commit fb6fe4a2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Remove source reference from Omnibus steps

[ci skip]
parent ce887778
......@@ -59,15 +59,6 @@ logins opened on all nodes as we will be moving back and forth.
sudo -i
```
1. (Source install only): Create a new SSH key pair for the primary node. Choose the default location
and leave the password blank by hitting 'Enter' three times:
```bash
sudo -u git -H ssh-keygen -b 4096 -C 'Primary GitLab Geo node'
```
Read more in [additional info for SSH key pairs](#additional-information-for-the-ssh-key-pairs).
1. Get the contents of `id_rsa.pub` for the git user:
```
......@@ -75,6 +66,8 @@ logins opened on all nodes as we will be moving back and forth.
sudo -u git cat /var/opt/gitlab/.ssh/id_rsa.pub
```
Read more in [additional info for SSH key pairs](#additional-information-for-the-ssh-key-pairs).
1. Visit the primary node's **Admin Area ➔ Geo Nodes** (`/admin/geo_nodes`) in
your browser.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment