Die Suche ergab 37 Treffer
- Fr 4. Okt 2024, 21:29
- Forum: Trash
- Thema: Adressmülltonne
- Antworten: 1
- Zugriffe: 13442
- Mi 1. Mai 2024, 20:50
- Forum: Allgemeines
- Thema: Own ASN!
- Antworten: 0
- Zugriffe: 6151
- Sa 19. Nov 2022, 02:00
- Forum: Allgemeines
- Thema: SSH Server auf Windows 2019
- Antworten: 3
- Zugriffe: 9020
Re: SSH Server auf Windows 2019
Um das Problem mit unterschiedlichen Lokalisierungen in einer gemischten Umgebung zu umgehen die matching SID der lokalen Administratoren-Gruppe verwenden
Code: Alles auswählen
Match Group *S-1-5-32-544
AuthorizedKeysFile __PROGRAMDATA__/ssh/%u/authorized_keys
- Do 1. Sep 2022, 19:31
- Forum: Allgemeines
- Thema: SSH Server auf Windows 2019
- Antworten: 3
- Zugriffe: 9020
Re: SSH Server auf Windows 2019
Powershell als default Shell im OpenSSH
Code: Alles auswählen
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
- Di 30. Aug 2022, 14:31
- Forum: Allgemeines
- Thema: SSH Server auf Windows 2019
- Antworten: 3
- Zugriffe: 9020
- So 14. Aug 2022, 23:38
- Forum: Allgemeines
- Thema: SSH Server auf Windows 2019
- Antworten: 3
- Zugriffe: 9020
SSH Server auf Windows 2019
Stolperstein Public Key Authentication auf deutschen Installationen In der Config muss folgender Teil geändert werden Von: Match Group administrators AuthorizedKeysFile __PROGRAMDATA__/ssh/administrators_authorized_keys Nach: Match Group administratoren AuthorizedKeysFile __PROGRAMDATA__/ssh/adminis...
- So 28. Mär 2021, 21:18
- Forum: Allgemeines
- Thema: Copy & Paste in ESX aktivieren
- Antworten: 0
- Zugriffe: 10310
Copy & Paste in ESX aktivieren
Für alle virtuellen Maschinen auf einem Host aktivieren: Per SSH auf den Host verbinden Eine Sicherheitskopie von der Datei /etc/vmware/config erstellen Mit vi /etc/vmware/config die Konfiguration öffnen Folgende Zeilen am Ende der Datei hinzufügen vmx.fullpath = "/bin/vmx" isolation.tools...
- Di 23. Mär 2021, 20:22
- Forum: Allgemeines
- Thema: Wordpress "Error: cURL error 28: Operation timed out [...]"
- Antworten: 0
- Zugriffe: 9399
Wordpress "Error: cURL error 28: Operation timed out [...]"
If you're getting the error "Error: cURL error 28: Operation timed out after 10000 milliseconds with x bytes received (http_request_failed)" on a Wordpress health check it is most likely based on a DNS resolving issue. When installed on a local linux machine you should add the hostname to ...
- So 21. Mär 2021, 01:33
- Forum: Trash
- Thema: Adressmülltonne
- Antworten: 1
- Zugriffe: 13442
- Sa 6. Mär 2021, 23:05
- Forum: Allgemeines
- Thema: Create a Raw Disk Mapping (RDM) on ESX via console
- Antworten: 0
- Zugriffe: 9506
Create a Raw Disk Mapping (RDM) on ESX via console
To create an RDM from the command line: Log in to your host via SSH or from the direct console. Determine the VML identifier of the storage LUN that you want to use as an RDM. Create the mapping files using a vmkfstools command similar to: # vmkfstools -r /vmfs/devices/disks/naa.600c0ff000119f3c066a...