VSCode Remote SSH to Linux – Connecting was canceled
VSCode Remote SSH to Linux – Connecting was canceled
We solved just deleting his %USERPROFILE% \ .ssh \ config file, closing VSCode, reopening it, and trying to connect again.
The best VSCode extensions, everyone needs!
- YAML
- Code Runner
- VSCode-icons
- Bracket Pair Colorizer 2
- Indent-rainbow
- Color Manager
- Remote SSH
- GitLens
- TODO Highlight
- Error Lens
- iCalendar
- ftp-simple
- German Language Pack for Visual Studio Code
- vscode-sftp
- IntelliSense
- PHP Extension Pack
ftp-simple
ftp-simple-Zugangsdaten:
{
"name": "myserver",
"host": "192...",
"type": "ftp",
"port": 21,
"username": "root",
"password": "...",
"path": "/var/www/",
"autosave": true,
"confirm": false
}
vsftpd installieren, wenn kein Zugriff per FTP: