PPPoSSH

PPPoSSH provides an L3 tunnel over SSH and specifically Dropbear. It is easy to configure and takes little extra space to set up. Although it can be quite handy for personal use, but generally not considered for production due to the drawbacks of TCP-over-TCP.

PPPoSSH generally relies on public-key cryptography. It requires to generate a private and public key for each peer and exchange only the public keys. While the private key is best never disclosed outside the peer where it was generated.

  • sshtunnel - allows to create TUN/TAP tunnels and forward specific ports.
  • sshuttle - Python based solution for SSH tunneling.
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2023/12/16 12:00
  • by vgaetera