icacls "C:\Users\mrina\.ssh\id_rsa" /inheritance:r
icacls "C:\Users\mrina\.ssh\id_rsa" /grant:r "${env:USERNAME}:(R)"
Host myserver
HostName localhost
Port 2222
User root
IdentityFile C:/Users/mrina/.ssh/id_rsa
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [
{
"name": "Python Debugger: FastAPI Server",
"type": "debugpy",
"request": "launch",
"module": "fastapi_server.main",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"env": {
"PYTHONPATH": "${workspaceFolder}"
}
}
]
}