GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Budi Setiawan aa6ebf9057 docs: bootstrap infra repos and session handover for Mailcow, Ollama, Mikrotik 2 weeks ago
..
README.md docs: bootstrap infra repos and session handover for Mailcow, Ollama, Mikrotik 2 weeks ago
migration.md docs: bootstrap infra repos and session handover for Mailcow, Ollama, Mikrotik 2 weeks ago

README.md

Guides — PC Multimedia

Indeks

Guide Path Kapan dipakai
Migrasi IP / NIC migration.md Ganti IP, tambah NIC, pindah subnet
Setup SSH key ../../server-audit/scripts/setup-ssh-key-multimedia.ps1 Ulang passwordless SSH

OpenSSH — setup awal (referensi)

Sudah dilakukan 6 Jul 2026. Ulang jika service corrupt:

# Di MULTIMEDIA (PowerShell Admin)
Get-Service sshd
Set-Service sshd -StartupType Automatic
Start-Service sshd
New-NetFirewallRule -Name 'OpenSSH-Server-In-TCP' -DisplayName 'OpenSSH Server (sshd)' `
  -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22

Key auth: jalankan setup-ssh-key-multimedia.ps1.