Socket
Socket
Sign inDemoInstall

ario3s-aiva

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ario3s-aiva

Manage dynamic ssh tunnel on localhost


Maintainers
1

Readme

aiva cli tool

A tool to create SOCKS5 proxy on localhost

Configuration

Default config file path is /home/USERNAME/.aiva.toml

Config file Format

[default]
username = "<DEFAULT USERNAME>"
local_port = <DEFAULT BIND PORT>
server_label = "<DEFAULT LABEL>"

[server_<label>]
ip = <server-ip>
port = <server-port>

[server_<label>]
...

Usage

Connects to server using ssh

aiva connect  

Disconnects from server

aiva disconnect  

Get connection status

aiva status [-d] 

List available servers

aiva list_servers

Change default server

aiva change-server

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc