troubleshooting-devbox

Community

Fix SSH, host keys, and NixOS issues fast.

Authorjohnnymo87
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Solves SSH connection and NixOS configuration issues on the Hetzner devbox.

Core Features & Use Cases

  • SSH connectivity troubleshooting: Diagnose and fix host key verification errors and connection timeouts.
  • NixOS verification and recovery: Validate NixOS version, perform rebuilds, and rollback generations when needed.
  • Devbox health checks: Provide guided commands to verify services, disk space, and system status on the devbox.

Quick Start

To begin troubleshooting, use the steps described in the skill body:

  • Confirm the host key: ssh-keygen -R devbox; ssh-keygen -R $(hcloud server ip devbox)
  • Reconnect with acceptance: ssh -o StrictHostKeyChecking=accept-new devbox
  • Verify environment: ssh devbox 'nixos-version' && ssh devbox 'tmux -V' && ssh devbox 'nvim --version'
  • Check status: ssh devbox 'journalctl -b --priority=err' && ssh devbox 'systemctl --user list-timers'
  • If needed, rebuild: ssh devbox 'sudo nixos-rebuild switch' and reboot as necessary.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: troubleshooting-devbox
Download link: https://github.com/johnnymo87/workstation/archive/main.zip#troubleshooting-devbox

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.