To use a remote DeepSeek harness, the official docs now explicitly recommend SSH port forwarding
Which means you should get rid of my patched version and use sth like:
ssh -N -L 3080:127.0.0.1:3080 username
@server-address
Read full instructions here: