Sewaktu login ke server kantor muncul error
debug2: we did not send a packet, disable method debug3: authmethod_lookup password debug3: remaining preferred: ,password debug3: authmethod_is_enabled password debug1: Next authentication method: password root@192.168.2.2's password: debug3: packet_send2: adding 64 (len 55 padlen 9 extra_pad 64) debug2: we sent a password packet, wait for reply Received disconnect from 192.168.2.2: 2: Too many authentication failures for root
Solusinya edit file /etc/ssh/sshd_config ubah MaxAuthTries menjadi
MaxAuthTries 4
lalu restart SSH server.
service ssh restart
### atau
service sshd restart
Agar bisa mengedit file sshd_config diatas anda harus memiliki cara lain untuk login ke server, seperti langsung mengakses fisik server, lewat VNC, dll.