Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions docs/Termius/login-with-private-key.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
How to login with private key
===============================


Step1. first you need to add a new host which is explained in `create host Section <https://deploy-documentation.readthedocs.io/en/latest/Termius/create-host.html>`_ .
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

every things are the same but this time you are going to
ssh to host with your own private key not by password which is
more secure now.


This time leave the password section blank ,but on the right select “Keys”. Here you can select
your private SSH key which is stored on your device and we mentioned in `add key section <https://deploy-documentation.readthedocs.io/en/latest/Termius/add-key.html>`_ .


.. note::

the public key counterpart is what's added to your server.

.. image:: termius/login-with-Pkey/keys.png
:alt: private key
:name: private key


make sure to save the changes .

---------------------------------


Step2. Connect your host .
----------------------------

you will be able to succusefully ssh to your host.



.. image:: termius/create-host/there.png
:alt: host connected
:name: Final step






Binary file modified docs/Termius/termius/create-host/Edithost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Termius/termius/login-with-Pkey/keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This Text contains **Bold \* Example \`**

Termius/add-key
Termius/create-host
Termius/login-with-private-key


Indices and tables
Expand Down