ssh-essentials
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous examples of remote command execution, which is the primary purpose of SSH. This includes executing single commands, multiple commands, and piping local scripts to a remote shell (e.g.,
cat local-script.sh | ssh user@hostname 'bash -s').- [COMMAND_EXECUTION]: Includes instructions for administrative tasks such as restarting the SSH service usingsudo systemctl restart sshd.- [CREDENTIALS_UNSAFE]: The documentation references sensitive file paths necessary for SSH operations, such as private keys (~/.ssh/id_rsa), public keys (~/.ssh/id_rsa.pub), and theauthorized_keysfile.- [CREDENTIALS_UNSAFE]: Provides a configuration template for~/.ssh/configwhich describes how to map hostnames to specific identity files and users, a standard practice for managing multiple SSH connections.
Audit Metadata