2021年1月15日 星期五

VMware ESXi unlock user

VMware ESXi 密碼超過十次會被 lock 900 秒

vobd.log 裡面會有這樣的訊息
Remote access for ESXi local user account 'username' has been locked for 900 seconds after 20 failed login attempts.

若 root 號還可以 ssh 登入的話,下以下指令可以馬上解鎖
pam_tally2 --user username --reset
不然就要乖乖等 900 秒

沒有留言:

New SSH client to old SSH server

從新版 SSH 8.x 連到舊版 6.x SSH server 若出現 Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss ...