← Back to Registry

ssh

OpenSSH client for remote commands and git-over-ssh, with enforced known_hosts verification and RSA, ECDSA, Ed25519, DH, ECDH, ChaCha20, and AES crypto.

Category
Software
Status
Available
Docs
Guide

1. Install

npm install @agentos-software/ssh

2. Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import ssh from "@agentos-software/ssh";

// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [ssh] });

export const registry = setup({ use: { vm } });