ssh
Manage SSH Workflows Safely
Remote server access often requires exact SSH syntax and careful key handling. This skill provides practical SSH patterns for connections, transfers, tunnels, jump hosts, and troubleshooting.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "ssh" from https://skillstore.io/skills/dicklesworthstone-ssh.md and its manifest at https://skillstore.io/api/skills/dicklesworthstone-ssh/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "ssh". I need to copy a file to a server.
Expected outcome:
The skill recommends an SCP upload pattern with placeholders for the local file, remote user, host, and destination path.
Using "ssh". I need to access a remote database locally.
Expected outcome:
The skill explains a local SSH tunnel and identifies which local port maps to the remote database endpoint.
Using "ssh". My SSH host key changed.
Expected outcome:
The skill shows how to remove a stale known_hosts entry and reminds the user to verify the new host fingerprint.
Security Audit
CriticalMost static hits are Markdown examples for standard SSH administration, not executable code or hidden malware. The remaining confirmed risks involve sensitive SSH key paths, ssh-agent usage, host trust file changes, tunneling, and agent forwarding that require explicit user authorization and safer guidance.
Confirmed security concerns (11)
Show all 11 confirmed findings
Capability review items (11)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (3)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/dicklesworthstone-ssh/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/dicklesworthstone-ssh?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/dicklesworthstone-ssh?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dicklesworthstone-ssh/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/dicklesworthstone-ssh.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
Dicklesworthstone. (2026). ssh security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dicklesworthstone-ssh/audits/10BibTeX citation
@techreport{dicklesworthstone-dicklesworthstone-ssh-2026,
author = {Dicklesworthstone},
title = {ssh security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/dicklesworthstone-ssh/audits/10},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "ssh security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "Dicklesworthstone"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/dicklesworthstone-ssh/audits/10"
identifiers:
- type: other
value: "skillstore:dicklesworthstone-ssh:audit:10"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Connect to production hosts
Use host aliases, custom ports, and identity files to connect to approved servers with repeatable commands.
Transfer release artifacts
Copy files or synchronize directories with SCP and rsync while preserving a clear command history.
Debug private services through tunnels
Create local or jump-host tunnels to inspect databases, web services, or admin tools behind private networks.
Try These Prompts
Show me the SSH command to connect to user@hostname on the default port. Explain each part briefly.
Give me an rsync command to copy ./local/ to user@host:/remote/path/. Include a dry-run command first.
Help me connect to an internal server through a bastion host using SSH ProxyJump. Use placeholders for all hostnames.
Review this SSH config for security risks, especially agent forwarding, key paths, multiplexing, and host key handling.
Best Practices
- Confirm authorization before connecting to any host or creating any tunnel.
- Verify host fingerprints before adding keys to known_hosts.
- Use passphrase-protected Ed25519 keys and avoid broad agent forwarding.
Avoid
- Do not run private-key commands without explicit user confirmation.
- Do not add ssh-keyscan output to known_hosts without verification.
- Do not use tunnels to bypass organizational network policy.
Frequently Asked Questions
Does this skill connect to servers automatically?
Can it help with SSH keys?
Does it support file transfer?
Can it create SSH tunnels?
Is agent forwarding safe?
Should I verify known_hosts entries?
Developer Details
Author
DicklesworthstoneLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/18/2026
Usage
17 downloads ยท 210 views
File structure
๐ SKILL.md