UNPKG

ssh-bridge-ai

Version:

AI-Powered SSH Tool with Bulletproof Connections & Enterprise Sandbox Security + Cursor-like Confirmation - Enable AI assistants to securely SSH into your servers with persistent sessions, keepalive, automatic recovery, sandbox command testing, and user c

7 lines (6 loc) 171 B
// Main entry point for the SSHBridge CLI module.exports = { API: require('./api').API, SSHClient: require('./ssh').SSHClient, Config: require('./config').Config };