mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
ssh: Show port forwarding information
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
3a0b2cbc01
commit
eb72c8cbf5
@ -46,6 +46,8 @@ description = [
|
|||||||
|
|
||||||
service = None
|
service = None
|
||||||
|
|
||||||
|
port_forwarding_info = [('TCP', 22)]
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Intialize the ssh module."""
|
"""Intialize the ssh module."""
|
||||||
@ -65,3 +67,4 @@ def setup(helper, old_version=None):
|
|||||||
class SshServiceView(ServiceView):
|
class SshServiceView(ServiceView):
|
||||||
service_id = managed_services[0]
|
service_id = managed_services[0]
|
||||||
description = description
|
description = description
|
||||||
|
port_forwarding_info = port_forwarding_info
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user