Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Stop doing the SSH + GitHub secrets dance by hand. One command does all of it.

You know the ritual. New project. New VPS. Generate keypair. SSH in. Paste into authorized_keys. Go to GitHub Settings. Add SSH_KEY. Add SSH_HOST. Add SSH_PORT. Add SSH_USER. Write deploy.yml from memory. Commit. Push. It fails because…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

You know the ritual.



New project. New VPS. Generate keypair. SSH in. Paste into authorized_keys. Go to GitHub Settings. Add SSH_KEY. Add SSH_HOST. Add SSH_PORT. Add SSH_USER. Write deploy.yml from memory. Commit. Push. It fails because you mixed up a secret name. Fix. Push again.



15 minutes. Every time. For the rest of your career.



I got tired of it. So I killed it.




npx deploymate-cli






That's it. One command. Fill in 5 fields. Done.















What happens under the hood






┌─────────────────────────────────────────────────────────┐
│ ✓ Generating RSA key pair (in memory only) │
│ ✓ Uploading public key to server │
│ ✓ Injecting GitHub secrets │
│ ✓ Committing deploy.yml │
│ │
│ └─ CI/CD is live. Every push to main deploys. │
└─────────────────────────────────────────────────────────┘






Every push to main now runs:




git fetch + reset --hard
docker compose down
docker compose up -d --build






No agent. No dashboard. No new service to babysit. Just a GitHub Actions workflow that does exactly what it says.









The security bit — since you'll ask



The SSH password is used exactly once to bootstrap key auth. Never logged. Never stored. The private key is generated fresh, goes straight into a GitHub secret via libsodium box seal (how the API requires it), and then it's gone. After setup, your server only speaks to GitHub via the key we just installed.



Source is all on GitHub. src/services/ssh.ts and src/services/github.ts if you want to audit — it's small.









This isn't Coolify



No UI to manage. No containers to run. No database to back up. This is for when you want git push to deploy on a $6 VPS and you don't want to think about it again.



Small scope. Does one thing. Does it well.



→ github.com/Benyaminrmb/deploymate

→ npmjs.com/package/deploymate-cli



PRs welcome. Issues too — I actually read them.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Stop doing the SSH + GitHub secrets dance by hand. One command does all of it.
id: 16391a87-526e-4a53-b10a-b9742c996605
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-27
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-27"
        description = "YARA Signature for "
    strings:
        $str = "Stop doing the SSH + GitHub se" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Stop doing the SSH  GitHub secrets dance")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Stop doing the SSH  GitHub secrets dance*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Stop doing the SSH  GitHub secrets dance"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Analyse für identifizierte Bedrohung auf Basis von Live-CTI (ENISA EUVD): CVSS 0.0 · EPSS 0.0% · CISA KEV: nein. Handlungsableitung aus den verlinkten Hersteller-Quellen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Stop doing the SSH + GitHub secrets dance by hand. One command does all of it.

Thematisch verwandte Begriffe: Stop, doing, GitHub, secrets · 6 Treffer

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100739 | A vulnerability was detected in mathurvishal CloudClassroom-PHP-Project…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag