Firstly, I tried to make a config to remote host and connect ssh dj@110.102.150.5 and the vscode give me the error: 'Could not establish connection to 110.102.150.5'
Then I open powershell, input ssh dj@110.102.150.5, it shows: Bad owner or permission on C:\\User\\dj/.ssh/config
Next,I followed some instructions, find the file of config, right click->properity->security->advance->prohibit inherit->remove(delete) all
After that, when I reinput ssh dj@110.102.150.5, it shows The Authenticity of host "ip addres" can't be establish, ECDSA key fingerprint is ... are you sure to continue connecting, so I input yes and connection closed by ipaddress port 22 and I can visit my server in powershell.
However, now, when I open vscode, I tried to connect the host in new windows, it shows Failed to connect to the remote extension host server(Error:EPERM:operation not permitted, open 'C:\Users\dj\.ssh\config')
How to solve this problem? Ang suggesion is helpful!
P.S now there are two files, config and known_hosts, in .ssh folder