KRB_AP_ERR_SKEW(Clock skew too great)
$ nmap -sV -sC 10.10.10.10
clock-skew: mean: -1998d09h03m04s, deviation: 4h00m00s, median: -1998d11h03m05s
nmap -sT 10.10.10.10 -p445 --script smb2-time -vv
Fix #1: Modify your clock
┌──(kali㉿kali)-[~]
└─$ sudo ntpdate dc.domain.local
sudo date -s "14 APR 2015 18:25:16" # Linux
net time /domain /set # Windows
Fix #3: Disable the Network Time Protocol from auto-updating