athena: update SSH port (#33804)

This commit is contained in:
Adeeb Shihadeh
2024-10-16 09:57:57 -07:00
committed by GitHub
parent b4252404ec
commit 53f514cbd3
+1 -1
View File
@@ -44,7 +44,7 @@ from openpilot.system.hardware.hw import Paths
ATHENA_HOST = os.getenv('ATHENA_HOST', 'wss://athena.comma.ai')
HANDLER_THREADS = int(os.getenv('HANDLER_THREADS', "4"))
LOCAL_PORT_WHITELIST = {8022}
LOCAL_PORT_WHITELIST = {22, } # SSH
LOG_ATTR_NAME = 'user.upload'
LOG_ATTR_VALUE_MAX_UNIX_TIME = int.to_bytes(2147483647, 4, sys.byteorder)