티스토리 뷰
Tools/Visual Studio Code
VSCode 확장 SFTP Error: Handshake failed: no matching key exchange algorithm
공허공자 2022. 1. 6. 09:10언젠간 고쳐지긴 하겠으나 그 전까지는
.vscode/sftp.json 에 algoritims: [] 추가하여 대응
{
"name": "어떤 SFTP 연결",
"host": "아이피.주우소.아이피.주소",
"protocol": "sftp",
"port": 22,
"username": "아이디",
"password": "암호",
"remotePath": "/home/ubuntu",
"uploadOnSave": false,
"ignore": [".vscode", ".git", ".DS_Store"],
"algorithms": {
"kex": [
"ecdh-sha2-nistp256",
"ecdh-sha2-nistp384",
"ecdh-sha2-nistp521",
"diffie-hellman-group-exchange-sha256",
"diffie-hellman-group14-sha1",
"diffie-hellman-group-exchange-sha1",
"diffie-hellman-group1-sha1"
],
"cipher": [
"3des-cbc",
"aes128-ctr",
"aes192-ctr",
"aes256-ctr",
"aes128-gcm@openssh.com",
"aes256-gcm@openssh.com"
],
"serverHostKey": [
"ssh-rsa",
"ecdsa-sha2-nistp256",
"ecdsa-sha2-nistp384",
"ecdsa-sha2-nistp521"
],
"hmac": ["hmac-sha2-256", "hmac-sha2-512", "hmac-sha1"]
}
}
참고
Error: Handshake failed: no matching key exchange algorithm · Issue #124 · liximomo/vscode-sftp
Requisites (important to diagnose the problem!) not working sftp extension. i'ts my sftp config. ` "privateKeyPath": null, "agent": null, "passphrase": null, "...
github.com
'Tools > Visual Studio Code' 카테고리의 다른 글
VSCode Emmet Tab 키 안되는 파일 설정 (0) | 2022.01.21 |
---|---|
VSCode 정규표현식으로 다중커서 지정 (0) | 2021.12.24 |
VSCode 개발용 글꼴 설정 (0) | 2021.12.24 |
다중 라인 블럭 선택 후 멀티 커서 설정 (0) | 2021.12.20 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Mac
- PHP
- JSON
- Linux
- IE
- API
- classic asp
- git
- laravel
- JQuery
- mssql
- IOS
- 한글
- Wordpress
- 워드프레스
- nodejs
- ASP
- sencha touch
- Docker
- iis
- centos
- iphone
- nginx
- 안드로이드
- CSS
- javascript
- Debug
- macos
- Android
- Prototype
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
글 보관함