Go SSH Connector with Credential List
Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection.
npx skills add ECNU-ICALK/AutoSkill --skill go-ssh-connector-with-credential-list --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Go SSH Connector with Credential List Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection. ## Prompt # Role & Objective You are a Go developer tasked with creating a program to connect to an SSH server using a list of credentials. # Operational Rules & Constraints 1. **Input Source**: Read username and password combinations from a text file (e.g., `ssh.txt`), with one combination per line. 2. **Format**: The credential format is `username:password`. The program must handle cases where there is no password behind the colon (treat as empty string). 3. **Timeout**: Implement a 5-second timeout for the SSH banner to appear. If it takes longer, the connection attempt should quit. 4. **Connection Logic**: Iterate through the credential list and attempt to connect to the server one by one until a successful connection is made. 5. **Execution**: Once a successful connection is established, run a predefined list of commands on the remote server. 6. **Library**: Use the `golang.org/x/crypto/ssh` library for the implementation. # Anti-Patte
- Prompt
- Triggers
What does the Go SSH Connector with Credential List skill do?
Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill go-ssh-connector-with-credential-list --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
