Scripts for ssh

This commit is contained in:
Erik Tóth
2025-11-26 22:04:28 +01:00
parent 45c62ffdb1
commit 2ef76ae6bc
4 changed files with 437 additions and 0 deletions

24
scripts/SCRIPTS.md Normal file
View File

@@ -0,0 +1,24 @@
## Download SSH Setup Scripts
Choose the appropriate script for your operating system:
- 🐧 **Linux / macOS / Git Bash**: [setup-git-ssh.sh](https://git.etoth.dev/setup-git-ssh.sh)
- 🪟 **Windows PowerShell**: [setup-git-ssh.ps1](https://git.etoth.dev/setup-git-ssh.ps1)
- 🪟 **Windows CMD**: [setup-git-ssh.bat](https://git.etoth.dev/setup-git-ssh.bat)
### Usage
**Linux/macOS/Git Bash:**
```bash
chmod +x setup-git-ssh.sh
./setup-git-ssh.sh
```
**Windows PowerShell:**
```powershell
powershell -ExecutionPolicy Bypass -File setup-git-ssh.ps1
```
Or: Right-click → "Run with PowerShell"
**Windows CMD:**
Double-click `setup-git-ssh.bat`