ssh-setup

Generate and configure SSH keys for GitHub access.

29|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edictum-ai/edictum --skill ssh-setup-edictum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-setup
Source: https://github.com/edictum-ai/edictum/tree/main/tests/fixtures/skills/ssh-setup
Command: npx skills add https://github.com/edictum-ai/edictum --skill ssh-setup-edictum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ssh-keygen, ssh-agent, and includes scripts (resource) components.

What problem does it solve?

Manually setting up SSH keys can be complex and error-prone. This Skill simplifies the process, ensuring keys are correctly configured for GitHub access.

Core Features & Use Cases

  • Automated SSH Key Generation: Generate an SSH keypair for GitHub access with a single command.
  • Automated SSH Agent Configuration: Configure the SSH agent to manage your new SSH key.
  • Add Public Key to GitHub: Add the generated public key to your GitHub account automatically.
  • Verify SSH Setup: Verify the SSH setup with a simple test command.
  • Use Case: Ideal for developers looking to streamline their GitHub SSH key setup process.

Quick Start

Generate and configure your SSH keys for GitHub access with this skill.

Frequently Asked Questions about ssh-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up SSH keys for GitHub access?

To set up SSH keys for GitHub access, you can automate the process to generate a keypair, configure the SSH agent, and add your public key to your GitHub account in a single step.

What is the best way to automate SSH key generation and configuration?

Automating SSH key generation and configuration simplifies the workflow by using ssh-keygen to create the keypair and ssh-agent to manage it, ensuring keys are correctly configured without manual errors.

Do I need ssh-keygen and ssh-agent to configure GitHub SSH access?

Yes, you need ssh-keygen to generate the SSH keypair and ssh-agent to manage the keys, as these dependencies are required to automate the setup and configuration for GitHub access.

Can I add my public key to GitHub automatically?

Yes, you can add your generated public key to GitHub automatically, which verifies the SSH setup and ensures your local environment is correctly linked to your GitHub account.

Why does manual SSH key setup fail for GitHub access?

Manual SSH key setup for GitHub access often fails due to complex configuration steps and human error, which is why automating key generation and agent configuration ensures a correct setup.