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
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.18selalu prompt password - Penyebab: User
admintermasuk grup Administrators — Windows OpenSSH hanya membacaC:\ProgramData\ssh\administrators_authorized_keys, bukanC:\Users\admin\.ssh\authorized_keys - Fix: Tambah public key ke
administrators_authorized_keys+ ACLSYSTEM:(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.14dari LAN server,192.168.0.18dari LAN MikroTik)