Skip to content

Commit 5d2745c

Browse files
authored
Formatting fix. (#3465)
1 parent d779479 commit 5d2745c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/installation-and-upgrade/pages/container-deployment/suma/server-migration-suma.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,15 @@ ssh-keygen -t rsa
9090
----
9191
eval $(ssh-agent); ssh-add
9292
----
93+
9394
[NOTE]
9495
====
9596
To establish a connection that does not prompt for a password, the migration script relies on an SSH agent running on the new server.
9697
If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
9798
Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
9899
You 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
+

modules/installation-and-upgrade/pages/container-deployment/uyuni/migrate-uyuni-to-a-container.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ ssh-keygen -t rsa
6868
----
6969
eval $(ssh-agent); ssh-add
7070
----
71+
+
7172
[NOTE]
7273
====
7374
To establish a connection without prompting for a password, the migration script relies on an SSH agent running on the new server.
7475
If the agent is not active yet, initiate it by running [command]``eval $(ssh-agent)``.
7576
Then add the SSH key to the running agent with [command]``ssh-add`` followed by the path to the private key.
7677
You 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
+

0 commit comments

Comments
 (0)