VSCode SFTP Config
Kiến Thức Khác
cài sftp và tạo file:
sftp.json
{
"name": "portainer",
"host": "portainer.AAA.com",
"protocol": "sftp",
"port": 22,
"username": "KingOfTheNorth",
"privateKeyPath": "/home/King/.ssh/id_rsa",
"password": "theKingOfTheNorth",
...