mit einem Klick
ssh
SSH key management and remote connections
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
SSH key management and remote connections
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
Read-only retrieval over the daily-digest kept set. Slash-invoke with `/librarian <question>`; returns items verbatim with citations.
Math calculations and unit conversions
Parse and analyze CSV data
Analyze disk usage and find large files
| name | ssh |
| description | SSH key management and remote connections |
| disable-model-invocation | true |
| metadata | {"wirken":{"requires":{"bins":["ssh"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Manage SSH keys and connections.
ls -la ~/.ssh/ssh-keygen -t ed25519 -C "comment"cat ~/.ssh/id_ed25519.pubssh -T git@github.comcat ~/.ssh/configcat ~/.ssh/known_hosts | wc -lssh user@hostssh user@host "command"scp file.txt user@host:/path/scp user@host:/path/file.txt .ssh -L 8080:localhost:80 user@hostssh-add to add keys to the agentssh -v user@host for connection debugging