티스토리 뷰
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"]
}
}
참고
'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
링크
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
TAG
- IE
- Debug
- Prototype
- sencha touch
- JSON
- classic asp
- laravel
- Mac
- CSS
- mssql
- javascript
- iis
- JQuery
- 한글
- nodejs
- PHP
- Docker
- API
- 안드로이드
- Wordpress
- ASP
- Android
- IOS
- iphone
- nginx
- centos
- Chrome
- 워드프레스
- git
- Linux
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함