Add required port for remote access to worker

22 for SSH
3389 for RDP

These are required in order to remotely access the nodes.
This commit is contained in:
Lev Lazinskiy
2019-05-07 19:26:24 -07:00
parent 071a663959
commit 106b2be707
+23 -1
View File
@@ -213,7 +213,29 @@
<th>Port</th>
<th align="left">Source</th>
<th align="left">Description</th>
</tr>
</tr>
<tr>
<td>TCP</td>
<td>22</td>
<td>
<ul>
<li><strong>Linux worker nodes only</strong></li>
<li>Any network that you want to be able to remotely access this node from.</li>
</ul>
</td>
<td>Remote access over SSH</td>
</tr>
<tr>
<td>TCP</td>
<td>3389</td>
<td>
<ul>
<li><strong>Windows worker nodes only</strong></li>
<li>Any network that you want to be able to remotely access this node from.</li>
</ul>
</td>
<td>Remote access over RDP</td>
</tr>
<tr>
<td>TCP</td>
<td>80</td>