• latest 9337307aff

    SSH Scripts Stable

    etoth released this 2025-11-26 21:18:40 +00:00 | 0 commits to main since this release

    Download SSH Setup Scripts

    Choose the appropriate script for your operating system:

    • 🐧 Linux / macOS / Git Bash: setup-git-ssh.sh
    • 🪟 Windows PowerShell: setup-git-ssh.ps1
    • 🪟 Windows CMD: setup-git-ssh.bat

    Usage

    Linux/macOS/Git Bash:

    chmod +x setup-git-ssh.sh
    ./setup-git-ssh.sh
    

    Windows PowerShell:

    powershell -ExecutionPolicy Bypass -File setup-git-ssh.ps1
    

    Or: Right-click → "Run with PowerShell"

    Windows CMD:
    Double-click setup-git-ssh.bat

    Downloads