I have been using VScode for remote coding for years now but suddenly instead of root@ip I have some weird username like 1000hroot@ip as in the picture :
This is my ssh conf file :
Host 65.109.xxx.xxx
HostName 65.109.xxx.xxx
User root
The auth is not accepted from the server since the username is wrong, what should I do?