Skip to content

Commit 1541769

Browse files
Merge pull request #272 from NetAppDocs/ssh_doc-3285_doc-3279
Ssh doc 3285 doc 3279
2 parents 72ce46a + a1cab1e commit 1541769

4 files changed

Lines changed: 16 additions & 12 deletions

docs/task_hcc_upgrade_management_node.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ NOTE: The script retains previous management services configuration, including c
132132
sudo /sf/packages/mnode/redeploy-mnode -mu <mnode user>
133133
----
134134

135-
IMPORTANT: If you had previously disabled SSH functionality on the management node, you need to link:task_mnode_ssh_management.html[disable SSH again] on the recovered management node. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is enabled on the management node by default.
135+
IMPORTANT: SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is disabled by default on management nodes running management services 2.18 and later. If you had previously enabled SSH functionality on the management node, you might need to link:task_mnode_ssh_management.html[disable SSH again] on the upgraded management node.
136136

137137
== Upgrade a management node to version 12.2 from 11.3 through 11.8
138138

@@ -212,7 +212,7 @@ NOTE: The script retains previous management services configuration, including c
212212
sudo /sf/packages/mnode/redeploy-mnode -mu <mnode user>
213213
----
214214

215-
IMPORTANT: If you had previously disabled SSH functionality on the management node, you need to link:task_mnode_ssh_management.html[disable SSH again] on the recovered management node. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is enabled on the management node by default.
215+
IMPORTANT: SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is disabled by default on management nodes running management services 2.18 and later. If you had previously enabled SSH functionality on the management node, you might need to link:task_mnode_ssh_management.html[disable SSH again] on the upgraded management node.
216216

217217
== Upgrade a management node to version 12.2 from 11.1 or 11.0
218218
You can perform an in-place upgrade of the management node from 11.0 or 11.1 to version 12.2 without needing to provision a new management node virtual machine.

docs/task_mnode_enable_remote_support_connections.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ keywords: netapp, mnode, management node, connect to support, support tunnel, rs
1616
[.lead]
1717
If you require technical support for your NetApp HCI or SolidFire all-flash storage system, NetApp Support can connect remotely with your system. To start a session and gain remote access, NetApp Support can open a reverse Secure Shell (SSH) connection to your environment.
1818

19-
.About this task
20-
You can open a TCP port for an SSH reverse tunnel connection with NetApp Support. This connection enables NetApp Support to log in to your management node. If your management node is behind a proxy server, the following TCP ports are required in the sshd.config file:
19+
You can open a TCP port for an SSH reverse tunnel connection with NetApp Support. This connection enables NetApp Support to log in to your management node.
2120

21+
.Before you begin
22+
* For management services 2.18 and later, the capability for remote access is disabled on the management node by default. To enable remote access functionality, see link:task_mnode_ssh_management.html[Manage SSH functionality on the management node].
23+
24+
* If your management node is behind a proxy server, the following TCP ports are required in the sshd.config file:
25+
+
2226
[cols=3*,options="header",cols="15,25,60"]
2327
|===
2428
| TCP port
@@ -28,8 +32,6 @@ You can open a TCP port for an SSH reverse tunnel connection with NetApp Support
2832
| 22 | SSH login access | Management node to storage nodes or from storage nodes to management node
2933
|===
3034

31-
NOTE: By default, the capability for remote access is enabled on the management node. To disable remote access functionality, see link:task_mnode_ssh_management.html[Manage SSH functionality on the management node]. You can enable remote access functionality again, if needed.
32-
3335
.Steps
3436
* Log in to your management node and open a terminal session.
3537
* At a prompt, enter the following:
@@ -40,6 +42,9 @@ NOTE: By default, the capability for remote access is enabled on the management
4042
+
4143
`rst --killall`
4244

45+
* (Optional) Disable link:task_mnode_ssh_management.html[remote access functionality] again.
46+
+
47+
NOTE: SSH remains enabled if you do not disable it. SSH enabled configuration persists on the management node through updates and upgrades until it is manually disabled.
4348

4449
[discrete]
4550
== Find more information

docs/task_mnode_recover.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ NOTE: You can add the user name or allow the script to prompt you for the inform
185185
.. Run the `redeploy-mnode` command. The script displays a success message when the redeployment is complete.
186186
.. If you access Element or NetApp HCI web interfaces (such as the management node or NetApp Hybrid Cloud Control) using the Fully Qualified Domain Name (FQDN) of the system, link:task_hcc_upgrade_management_node.html#reconfigure-authentication-using-the-management-node-rest-api[reconfigure authentication for the management node^].
187187

188-
IMPORTANT: If you had previously disabled SSH functionality on the management node, you need to link:task_mnode_ssh_management.html[disable SSH again] on the recovered management node. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is enabled on the management node by default.
189-
188+
IMPORTANT: SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is disabled by default on management nodes running management services 2.18 and later. If you had previously enabled SSH functionality on the management node, you might need to link:task_mnode_ssh_management.html[disable SSH again] on the recovered management node.
190189

191190
[discrete]
192191
== Find more Information

docs/task_mnode_ssh_management.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords: netapp, mnode, management node, ssh, disable, enable, rest api
1414
:imagesdir: ../media/
1515

1616
[.lead]
17-
You can disable, re-enable, or determine the status of the SSH capability on the management node (mNode) using the REST API. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is enabled on the management node by default.
17+
You can disable, re-enable, or determine the status of the SSH capability on the management node (mNode) using the REST API. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is disabled by default on management nodes running management services 2.18 or later.
1818

1919
.What you'll need
2020
* *Cluster administrator permissions*: You have permissions as administrator on the storage cluster.
@@ -29,7 +29,7 @@ You can do any of the following tasks after you link:task_mnode_api_get_authoriz
2929
* <<Determine status of the SSH capability on the management node>>
3030

3131
== Disable or enable the SSH capability on the management node
32-
You can disable or re-enable SSH capability on the management node. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is enabled on the management node by default. Disabling SSH does not terminate or disconnect existing SSH client sessions to the management node. If you disable SSH and elect to re-enable it at a later time, you can do so using the same API.
32+
You can disable or re-enable SSH capability on the management node. SSH capability that provides link:task_mnode_enable_remote_support_connections.html[NetApp Support remote support tunnel (RST) session access] is disabled by default on management nodes running management services 2.18 or later. Disabling SSH does not terminate or disconnect existing SSH client sessions to the management node. If you disable SSH and elect to re-enable it at a later time, you can do so using the same API.
3333

3434
.API command
3535
----
@@ -51,11 +51,11 @@ https://<managementNodeIP>/mnode/
5151
.. Close the window.
5252
. From the REST API UI, select *PUT /settings​/ssh*.
5353
.. Click *Try it out*.
54-
.. Set the *enabled* parameter to `false` to disable SSH or `true` to re-enable SSH capability that you previously disabled.
54+
.. Set the *enabled* parameter to `false` to disable SSH or `true` to re-enable SSH capability that was previously disabled.
5555
.. Click *Execute*.
5656

5757
== Determine status of the SSH capability on the management node
58-
You can determine whether or not SSH capability is enabled on the management node using a management node service API. SSH is enabled by default on the management node.
58+
You can determine whether or not SSH capability is enabled on the management node using a management node service API. SSH is disabled by default on management nodes running management services 2.18 or later.
5959

6060
.API command
6161
----

0 commit comments

Comments
 (0)