ssh: Show port forwarding information

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-05-13 15:49:31 -07:00
parent 3a0b2cbc01
commit eb72c8cbf5
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -46,6 +46,8 @@ description = [
service = None
port_forwarding_info = [('TCP', 22)]
def init():
"""Intialize the ssh module."""
@ -65,3 +67,4 @@ def setup(helper, old_version=None):
class SshServiceView(ServiceView):
service_id = managed_services[0]
description = description
port_forwarding_info = port_forwarding_info