Skip to content

Commit

Permalink
Formatting fix. (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
0rnela authored Nov 20, 2024
1 parent d779479 commit 5d2745c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,15 @@ ssh-keygen -t rsa
----
eval $(ssh-agent); ssh-add
----

[NOTE]
====
To establish a connection that does not prompt for a password, the migration script relies on an SSH agent running on the new server.
If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
You will be prompted to enter the password for the private key during this process.
====

. Copy the public SSH key to the {productname} 4.3 Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
Replace [literal]``<oldserver.fqdn>`` with the FQDN of the 4.3 server:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ ssh-keygen -t rsa
----
eval $(ssh-agent); ssh-add
----
+
[NOTE]
====
To establish a connection without prompting for a password, the migration script relies on an SSH agent running on the new server.
If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
You will be prompted to enter the password for the private key during this process.
====

. Copy the public SSH key to the legacy {productname} Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
Replace [literal]``<oldserver.fqdn>`` with the FQDN of the legacy server:
+
Expand Down

0 comments on commit 5d2745c

Please sign in to comment.