Notice
Recent Posts
Recent Comments
Link
반응형
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- swiftui keyboard dismiss
- 6pillar
- perfomance efficiency
- sudo docker
- M1
- Alamofire.AFError.session Task Failed(error: Error Domain=NSURLErrorDomain Code=-1022
- Apple Silicon
- 성능효율성
- aws database
- SwiftUI
- Alamofire
- Linux
- m4
- ubuntu-desktop
- ubuntu
- AppTransportSecurity
- Docker Engine
- M3
- well architected
- service key is not registered error
- swiftm
- 가상머신
- NSURLErrorDomain Code=-1022
- M2
- api service key error
- swiftui keyboard
- ssh-remote
- codingkey
- Swift
- Arm
Archives
- Today
- Total
목록Visual Studio Code (1)
behan의 개인적인 기술 블로그
local host의 Visual Studio Code로 가상머신 SSH remote 접속 설정먼저 가상머신 ubuntu에 다음의 코드로 ssh 접근을 위한 기본적인 툴들을 설치한다.sudo apt updatesudo apt -y install openssh-server vim net-tools설치 완료 후 ubuntu에 다음 코드를 입력하여 로컬 통신용 ip를 찾는다.로컬 호스트에서 다음의 작업을 진행한다.vi ~/.ssh/configconfig에 아래의 내용을 저장한다.Host HostName User Port 22저장 후 VS code 실행vs code에 먼저 Remote-SSH 설치 후 왼쪽 아래 녹색 >왼쪽 아래 SSH: 이 나오면 접속 성공.이렇게 하면 SSH-Remote 접근이 가능하..
Mac|Linux
2025. 1. 14. 00:39