Update Cluster notes authored by Federico Izzo's avatar Federico Izzo
...@@ -88,7 +88,8 @@ ssh diclub ssh <node> -L <port>:localhost:<cluster-port> ...@@ -88,7 +88,8 @@ ssh diclub ssh <node> -L <port>:localhost:<cluster-port>
``` ```
Where: Where:
* \<node\> is the node number (*node9*, *node11*, etc); * \<port\> is the port written inside ~/.ssh/config; * \<node\> is the node number (*node9*, *node11*, etc);
* \<port\> is the port written inside ~/.ssh/config;
* \<cluster-port\> is the port of step "Start process". * \<cluster-port\> is the port of step "Start process".
An example may be: An example may be:
... ...
......