|
46 | 46 | (or be generated) locally on the node, not on a remote system.
|
47 | 47 | </para>
|
48 | 48 | <para>
|
49 |
| - To log in to the first cluster node as the &rootuser; user, run the following command: |
| 49 | + To log in to a node as the &rootuser; user, run the following command: |
50 | 50 | </para>
|
51 |
| -<screen><prompt>user@local> </prompt><command>ssh root@<replaceable>NODE1</replaceable></command></screen> |
| 51 | +<screen><prompt>user@local> </prompt><command>ssh root@<replaceable>NODE</replaceable></command></screen> |
52 | 52 | </listitem>
|
53 | 53 | </varlistentry>
|
54 | 54 | <varlistentry>
|
|
60 | 60 | locally on the node, not on a remote system.
|
61 | 61 | </para>
|
62 | 62 | <para>
|
63 |
| - To log in to the first cluster node as a <command>sudo</command> user, run the |
64 |
| - following command: |
| 63 | + To log in to a node as a <command>sudo</command> user, run the following command: |
65 | 64 | </para>
|
66 |
| -<screen><prompt>user@local> </prompt><command>ssh <replaceable>USER@NODE1</replaceable></command></screen> |
| 65 | +<screen><prompt>user@local> </prompt><command>ssh <replaceable>USER@NODE</replaceable></command></screen> |
67 | 66 | </listitem>
|
68 | 67 | </varlistentry>
|
69 | 68 | <varlistentry>
|
|
75 | 74 | additional configuration on your local machine and on the cluster nodes.
|
76 | 75 | </para>
|
77 | 76 | <para>
|
78 |
| - To log in to the first cluster node with SSH agent forwarding enabled, |
79 |
| - perform the following steps: |
| 77 | + To log in to a node with SSH agent forwarding enabled, perform the following steps: |
80 | 78 | </para>
|
81 | 79 | <orderedlist>
|
82 | 80 | <listitem>
|
|
89 | 87 | </listitem>
|
90 | 88 | <listitem>
|
91 | 89 | <para>
|
92 |
| - Log in to the first node with the <option>-A</option> option to enable |
93 |
| - SSH agent forwarding: |
| 90 | + Log in to the node with the <option>-A</option> option to enable SSH agent forwarding: |
94 | 91 | </para>
|
95 |
| -<screen><prompt>user@local> </prompt><command>ssh -A <replaceable>USER@NODE1</replaceable></command></screen> |
| 92 | +<screen><prompt>user@local> </prompt><command>ssh -A <replaceable>USER@NODE</replaceable></command></screen> |
96 | 93 | </listitem>
|
97 | 94 | </orderedlist>
|
98 | 95 | </listitem>
|
99 | 96 | </varlistentry>
|
100 | 97 | </variablelist>
|
101 | 98 | <para>
|
102 |
| - When you add nodes to the cluster, you must log in to each node as the same user you set up the first node with. |
| 99 | + When you add nodes to the cluster, you must log in to each node as the same user you set |
| 100 | + up the first node with. |
103 | 101 | </para>
|
104 | 102 | <important role="compact">
|
105 | 103 | <para>
|
106 |
| - For simplicity, the commands in this guide assume you are logged in as the &rootuser; user. If you logged in as a <command>sudo</command> user, adjust the commands accordingly. |
| 104 | + For simplicity, the commands in this guide assume you are logged in as the &rootuser; user. |
| 105 | + If you logged in as a <command>sudo</command> user, adjust the commands accordingly. |
107 | 106 | </para>
|
108 | 107 | </important>
|
109 | 108 | </chapter>
|
0 commit comments