display ssh_command on subscriber page
diff --git a/xos/core/xoslib/templates/xosCordSubscriber.html b/xos/core/xoslib/templates/xosCordSubscriber.html
index dadf14f..67568ec 100644
--- a/xos/core/xoslib/templates/xosCordSubscriber.html
+++ b/xos/core/xoslib/templates/xosCordSubscriber.html
@@ -30,6 +30,7 @@
<%= model.attributes.lan_ip %> (lan)<br>
<%= model.attributes.nat_ip %> (nat)<br>
<%= model.attributes.private_ip %> (private) </td></tr>
+ <tr><td class="xos-label-cell">SSH Command:</td><td><%= model.attributes.ssh_command %></td></tr>
</table>
</div>