sstp-server icon indicating copy to clipboard operation
sstp-server copied to clipboard

On which Linux distribution can i run it?

Open kosuodhmwa opened this issue 1 year ago • 1 comments

  • Can i run it on Debian 11 "Bullseye" 64 bit?
  • Can i also run it on Raspbian 11 "Bullseye" 64 bit?

Thanks in advance for your feedback.

Best regards, Jan

kosuodhmwa avatar Aug 31 '22 16:08 kosuodhmwa

Any linux distribution is fine. You will need Python, some Python modules, PPP daemon and optionally sstp-client (API plugin). Most distros won't provide a package for sstpd in their repo though, so you'll have to install/compile some dependencies yourself.

A list of python dependencies:

  • Python-Automat
  • Python-argparse
  • Python-attrs
  • Python-cffi
  • Python-constantly
  • Python-cryptography
  • Python-hyperlink
  • Python-idna
  • Python-incremental
  • Python-ipaddress
  • Python-pyopenssl
  • Python-pyasn1
  • Python-pyasn1-modules
  • Python-pycparser
  • Python-service_identity
  • Python-setuptools
  • Python-six
  • Python-zope.interface

tisj avatar May 03 '24 08:05 tisj