Skip to content

Commit eac4490

Browse files
authored
Update index.rst
1 parent cefca3b commit eac4490

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/installation/index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,14 @@ If you don't have the ``ssh`` keys, use the steps below to generate them.
7474
* Please choose the HPC where you want to have passwordless access.
7575

7676
.. code-block:: bash
77-
78-
ssh-copy-id user@int.bionano.int.kit.edu
79-
ssh-copy-id user@int-nano.int.kit.edu
77+
78+
ssh-copy-id <username>@<computer name or IP address>
8079
8180
* Test the connectivity of your passwordless ``ssh`` by running one of the commands below in the **Powershell** prompt.
8281

8382
.. code-block:: bash
84-
85-
ssh user@int-nano.int.kit.edu
86-
ssh user@int.bionano.int.kit.edu
83+
84+
ssh <username>@<computer name or IP address>
8785
8886
* After completing, the above steps runs the below commands.
8987

0 commit comments

Comments
 (0)