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