mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user