- Add .claude/skills/: homelab-context (auto-loads key facts each session), homelab-status (/homelab-status command), deploy-config (symlink setup guide) - Remove AGENTS.md and ai/sessions/: superseded by plan mode + skill system - Remove 4 obsolete session commands (session-start/list/switch, reload-instructions) - Rewrite CLAUDE.md: remove duplicate content, enforce symlink policy, clarify sudo pattern - Trim docs/services.md from 946 to ~230 lines: remove planning-era content, keep install steps and current status for migration reference - Strip stale "sudo cp" deploy header from ssh-honeypot.service (now symlinked to repo) - Update TODO.md: mark NAS migration and symlink tasks done, add jellyfin upgrade warning
14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=SSH Honeypot (Port 22)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ncat -l -k -p 22 -c /opt/honeypot/response.sh
|
|
Restart=always
|
|
RestartSec=5
|
|
Group=honeypot
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |