[MERGE] Forward-port of 12.0 to 13.0
This commit is contained in:
commit
e495d8dfe2
@ -11,7 +11,7 @@ documentation, whether you plan to make a minor content change or document an ap
|
||||
scratch.
|
||||
|
||||
.. note::
|
||||
This tutorial only concern the `user documentation
|
||||
This tutorial only concerns the `user documentation
|
||||
<https://www.odoo.com/documentation/user/index.html>`_ of Odoo. The documentation for `developing
|
||||
in Odoo <https://www.odoo.com/documentation/master/index.html>`_ in maintained alongside the
|
||||
source code of Odoo at `github.com/odoo/odoo <https://github.com/odoo/odoo/tree/master/doc>`_.
|
||||
|
@ -409,13 +409,39 @@ Uploads the changes you just added in the *master* branch on your remote reposit
|
||||
|
||||
SSH
|
||||
---
|
||||
Connect to your builds using ssh.
|
||||
Setup
|
||||
~~~~~
|
||||
In order to use SSH, you have to set up your profile SSH public key (if it is not already done).
|
||||
To do so, follow these steps:
|
||||
|
||||
#. `Generate a new SSH key
|
||||
<https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key>`_
|
||||
#. `Copy the SSH key to your clipboard
|
||||
<https://help.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account>`_
|
||||
(only apply the step 1)
|
||||
#. Paste the copied content to your profile SSH keys and press "Add"
|
||||
|
||||
.. image:: ./media/SSH-key-pasting.png
|
||||
:align: center
|
||||
|
||||
#. The key should appear below
|
||||
|
||||
.. image:: ./media/SSH-key-appearing.png
|
||||
:align: center
|
||||
|
||||
Connection
|
||||
~~~~~~~~~~
|
||||
|
||||
To connect to your builds using ssh use the following command in a terminal:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ ssh <build_id>@<domain>
|
||||
|
||||
You can configure your ssh keys in your profile settings in the top-right menu when clicking on your username.
|
||||
You will find a shortcut for this command into the SSH tab in the upper right corner.
|
||||
|
||||
.. image:: ./media/SSH-panel.png
|
||||
:align: center
|
||||
|
||||
Provided you have the :ref:`correct access rights <odoosh-gettingstarted-settings-collaborators>` on the project,
|
||||
you'll be granted ssh access to the build.
|
||||
|
BIN
odoo_sh/getting_started/media/SSH-key-appearing.png
Normal file
BIN
odoo_sh/getting_started/media/SSH-key-appearing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
odoo_sh/getting_started/media/SSH-key-pasting.png
Normal file
BIN
odoo_sh/getting_started/media/SSH-key-pasting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
odoo_sh/getting_started/media/SSH-panel.png
Normal file
BIN
odoo_sh/getting_started/media/SSH-panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue
Block a user