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
90
90
----
91
91
eval $(ssh-agent); ssh-add
92
92
----
93
+
93
94
[NOTE]
94
95
====
95
96
To establish a connection that does not prompt for a password, the migration script relies on an SSH agent running on the new server.
96
97
If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
97
98
Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
98
99
You will be prompted to enter the password for the private key during this process.
99
100
====
101
+
100
102
. Copy the public SSH key to the {productname} 4.3 Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
101
103
Replace [literal]``<oldserver.fqdn>`` with the FQDN of the 4.3 server:
102
104
+
Original file line number Diff line number Diff line change @@ -68,13 +68,15 @@ ssh-keygen -t rsa
68
68
----
69
69
eval $(ssh-agent); ssh-add
70
70
----
71
+ +
71
72
[NOTE]
72
73
====
73
74
To establish a connection without prompting for a password, the migration script relies on an SSH agent running on the new server.
74
75
If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
75
76
Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
76
77
You will be prompted to enter the password for the private key during this process.
77
78
====
79
+
78
80
. Copy the public SSH key to the legacy {productname} Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
79
81
Replace [literal]``<oldserver.fqdn>`` with the FQDN of the legacy server:
80
82
+
You can’t perform that action at this time.
0 commit comments