Dmitry Alexandrov <[email protected]> wrote: > "Bernhard E. Reiter" <[email protected]> wrote: >> but non of them an encrypted stream. > > Why do you need encryption if you are going to use USB connection?
Yet, there is thing to be concerned about in your use-case — it is missing
_authorization_. And itʼs much more serious issue, since
net.majorkernelpanic.spydroid listens on _any_ interface — even global if your
little machine has one. And it does not provide a user interface to configure
it the other way.
So youʼd better command a machine, where ‘Spydroid’ will be running, to accept
connections to its port only from USB (‘rndis’ in *droid lingo). Something
like that, if I am not mistaken:
# iptables -I INPUT ! -i rndis+ -p tcp --dport 8086 -j REJECT
# ip6tables -I INPUT ! -i rndis+ -p tcp --dport 8086 -j REJECT
signature.asc
Description: PGP signature
_______________________________________________ Discussion mailing list [email protected] https://lists.fsfe.org/mailman/listinfo/discussion This mailing list is covered by the FSFE's Code of Conduct. All participants are kindly asked to be excellent to each other: https://fsfe.org/about/codeofconduct
