This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================ | |
| # Remote-SSH Setup für IONOS Server | |
| # Für jeden Rechner mit Cursor | |
| # ============================================ | |
| # Ausführen: powershell -ExecutionPolicy Bypass -File setup-remote-ssh-everywhere.ps1 | |
| Write-Host "`n=== Remote-SSH Setup für IONOS Server ===" -ForegroundColor Cyan | |
| Write-Host "Dieses Script richtet die SSH-Verbindung auf diesem Rechner ein.`n" -ForegroundColor Yellow | |
| # SSH-Verzeichnis erstellen |