Skip to content

Commit

Permalink
athena: update SSH port (#33804)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Oct 16, 2024
1 parent b425240 commit 53f514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/athena/athenad.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

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)
Expand Down

0 comments on commit 53f514c

Please sign in to comment.