![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
|Latest Version| |Build Status| |Coverage Status| |Snap Package|
Command-line interface to manage multiple sshuttle_ VPN sessions.
sshuttle
creates a VPN connection from your machine to any remote server
that you can connect to via ssh.
sshoot
allows to define multiple VPN sessions using sshuttle
and
start/stop them as needed.
It supports configuration options for most of sshuttle
's features,
providing flexible configuration for profiles.
Create a profile:
.. code:: bash
$ sshoot create -r host1.remote -HNd vpn1 10.0.0.0/24
Start it:
.. code:: bash
$ sshoot start vpn1
Profile started.
List existing profiles (active ones are marked):
.. code:: bash
$ sshoot list
Profile Remote host Subnets
--------------------------------------------
* vpn1 host1.remote 10.0.0.0/24
vpn2 host2.remote 192.168.0.0/16
Stop the profile:
.. code:: bash
$ sshoot stop vpn1
Remove it:
.. code:: bash
$ sshoot delete vpn1
|Get it from the Snap Store|
sshoot
can be installed from Snap Store
_ on systems where classic Snaps
are supported, via::
sudo snap install --classic sshoot
.. _sshuttle: https://github.com/sshuttle/sshuttle
.. _Snap Store
: https://snapcraft.io
.. |Latest Version| image:: https://img.shields.io/pypi/v/sshoot.svg :alt: Latest Version :target: https://pypi.python.org/pypi/sshoot .. |Build Status| image:: https://github.com/albertodonato/sshoot/workflows/CI/badge.svg :alt: Build Status :target: https://github.com/albertodonato/sshoot/actions?query=workflow%3ACI .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/albertodonato/sshoot/main.svg :alt: Coverage Status :target: https://codecov.io/gh/albertodonato/sshoot .. |Snap Package| image:: https://snapcraft.io/sshoot/badge.svg :alt: Snap Package :target: https://snapcraft.io/sshoot .. |Get it from the Snap Store| image:: https://snapcraft.io/static/images/badges/en/snap-store-black.svg :alt: Get it from the Snap Store :target: https://snapcraft.io/sshoot
FAQs
Manage multiple sshuttle VPN sessions
We found that sshoot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.