File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
modules/installation-and-upgrade/pages/container-deployment Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,15 @@ ssh-keygen -t rsa
9090----
9191eval $(ssh-agent); ssh-add
9292----
93+
9394[NOTE]
9495====
9596To establish a connection that does not prompt for a password, the migration script relies on an SSH agent running on the new server.
9697If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
9798Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
9899You will be prompted to enter the password for the private key during this process.
99100====
101+
100102. Copy the public SSH key to the {productname} 4.3 Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
101103 Replace [literal]``<oldserver.fqdn>`` with the FQDN of the 4.3 server:
102104+
Original file line number Diff line number Diff line change @@ -68,13 +68,15 @@ ssh-keygen -t rsa
6868----
6969eval $(ssh-agent); ssh-add
7070----
71+ +
7172[NOTE]
7273====
7374To establish a connection without prompting for a password, the migration script relies on an SSH agent running on the new server.
7475If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
7576Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
7677You will be prompted to enter the password for the private key during this process.
7778====
79+
7880. Copy the public SSH key to the legacy {productname} Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
7981 Replace [literal]``<oldserver.fqdn>`` with the FQDN of the legacy server:
8082+
You can’t perform that action at this time.
0 commit comments