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 |
Tags
- swiftui keyboard
- api service key error
- Docker Engine
- aws database
- sudo docker
- M3
- 6pillar
- ubuntu
- m4
- Alamofire.AFError.session Task Failed(error: Error Domain=NSURLErrorDomain Code=-1022
- SwiftUI
- codingkey
- Swift
- Alamofire
- swiftui keyboard dismiss
- swiftm
- service key is not registered error
- M1
- Arm
- perfomance efficiency
- ubuntu-desktop
- 가상머신
- Linux
- 성능효율성
- NSURLErrorDomain Code=-1022
- Apple Silicon
- M2
- AppTransportSecurity
- ssh-remote
- well architected
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