{"id":26978685,"url":"https://github.com/scriptedbutton/velo","last_synced_at":"2025-08-20T22:33:59.804Z","repository":{"id":258315877,"uuid":"873738396","full_name":"ScriptedButton/velo","owner":"ScriptedButton","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-28T14:03:04.000Z","size":109,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T13:42:48.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScriptedButton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T16:26:32.000Z","updated_at":"2024-10-28T14:03:18.000Z","dependencies_parsed_at":"2025-04-03T13:49:47.754Z","dependency_job_id":null,"html_url":"https://github.com/ScriptedButton/velo","commit_stats":null,"previous_names":["scriptedbutton/velo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ScriptedButton/velo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptedButton%2Fvelo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptedButton%2Fvelo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptedButton%2Fvelo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptedButton%2Fvelo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScriptedButton","download_url":"https://codeload.github.com/ScriptedButton/velo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptedButton%2Fvelo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117813,"owners_count":23879119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-03T13:39:39.745Z","updated_at":"2025-07-20T11:33:18.473Z","avatar_url":"https://github.com/ScriptedButton.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Velo CLI\n\nVelo is a command-line interface (CLI) tool designed to simplify and streamline SSH connections and (planned) tmux session management. It allows users to store and manage connection details securely, making it easier to connect to remote servers without remembering complex connection strings.\n\n## Features\n\n- Securely store and manage SSH connection details\n- Encrypt configuration file for added security\n- Easy-to-use commands for adding, removing, and listing connections\n- Seamless SSH connections using stored details\n- Optional password storage for connections\n- Compatible with systems with or without `sshpass`\n\n## Installation\n\n### Prerequisites\n\n- Rust programming language (https://www.rust-lang.org/tools/install)\n- OpenSSL development libraries\n\n### Building from source\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/ScriptedButton/velo.git\n   cd velo\n   ```\n\n2. Build the project:\n   ```\n   cargo build --release\n   ```\n\n3. The binary will be available at `target/release/velo`\n\n4. (Optional) Move the binary to a directory in your PATH:\n   ```\n   sudo mv target/release/velo /usr/local/bin/\n   ```\n\n## Usage\n\n### Adding a new connection\n\n```\nvelo add \u003cname\u003e \u003chost\u003e \u003cuser\u003e \u003cport\u003e\n```\n\nExample:\n```\nvelo add myserver 192.168.1.100 admin 22\n```\n\nYou will be prompted if you want to store the SSH password and for the configuration encryption password.\n\n### Listing stored connections\n\n```\nvelo list\n```\n\n### Removing a connection\n\n```\nvelo remove \u003cname\u003e\n```\n\nor\n\n```\nvelo rm \u003cname\u003e\n```\n\n### Connecting to a stored server\n\n```\nvelo ssh \u003cname\u003e\n```\n\nExample:\n```\nvelo ssh myserver\n```\n\n## Security\n\n- All connection details are stored in an encrypted configuration file.\n- The configuration file is encrypted using AES-256-GCM.\n- SSH passwords, if stored, are kept in the encrypted configuration file.\n- Users are always prompted for the configuration encryption password when accessing or modifying the configuration.\n\n## Planned Features\n\n- TMux session management\n- Support for SSH key authentication\n- Custom SSH options\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Disclaimer\n\nThis tool stores sensitive information. While we make every effort to ensure the security of your data, please use it at your own risk and always follow best practices for SSH security.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptedbutton%2Fvelo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptedbutton%2Fvelo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptedbutton%2Fvelo/lists"}