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.
 
 
 
 
 
 

783 B

Issues — PC Multimedia

Open

(belum ada issue terdaftar)

Fixed

SSH masih minta password meskipun key sudah di-copy ke ~/.ssh/authorized_keys

  • Gejala: ssh admin@192.168.0.18 selalu prompt password
  • Penyebab: User admin termasuk grup Administrators — Windows OpenSSH hanya membaca C:\ProgramData\ssh\administrators_authorized_keys, bukan C:\Users\admin\.ssh\authorized_keys
  • Fix: Tambah public key ke administrators_authorized_keys + ACL SYSTEM:(F) / Administrators:(F) + Restart-Service sshd
  • Script: server-audit/scripts/setup-ssh-key-multimedia.ps1
  • Status: Fixed 2026-07-06

Known / Watch

  • Dual NIC — pastikan SSH dari subnet yang benar (10.100.1.14 dari LAN server, 192.168.0.18 dari LAN MikroTik)