Loading...
Loading...
Connect to remote servers behind NAT using reverse SSH tunnel with bore.
npx skill4agent add julianponguta/opentunnel opentunnel-connectpowershell.exe -Command "& 'C:\Users\Julian\.config\opencode\skills\opentunnel-connect\opentunnel.exe' --user USERNAME"curl -fsSL "https://raw.githubusercontent.com/julianponguta/opentunnel/main/connect.sh?v=$(date +%s)" | sudo bash -s -- 60 root "ssh-ed25519..."bore.pub:PORTezssh_ssh_execute({
command: "hostname && uptime",
hosts: ["bore.pub"],
port: PORT,
username: "USERNAME",
privateKeyPath: "C:/Users/Julian/.ssh/id_ed25519"
})echo 'ot() { curl -fsSL "https://raw.githubusercontent.com/julianponguta/opentunnel/main/connect.sh?v=$(date +%s)" | sudo bash -s -- "${@:-60}"; }' >> ~/.bashrc && source ~/.bashrcot 60 root