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
- audio station버그
- quickconnect
- 주석 숨김
- truncated
- 라즈베리파이
- urllib3
- MFC
- Wraith Spire
- java.net.bindexception
- IntelliJ
- linearlaout
- 이클립스 주석
- clp 325wk
- JSON
- Linux
- 장치 데이터 오류
- c++
- ds cloud
- cloudstation
- synology
- SSL 인증서가 변경되었습니다
- windows terminal
- setonkeylistener
- formatting failed
- 시놀로지 색인
- cloud station
- SetWindowTextW
- Eclipse
- git
- github
Archives
- Today
- Total
목록windows terminal (1)
딸기스무디
Putty로 접속하던 Oracle cloud서버를 Windows Terminal로 접속하기
puttygen으로 생성한 key로 접속하던 Oracle cloud를 더 보기좋은 UI의 Windows Terminal로 접속해보기. (*.ppk파일 RSA(OPENSSH)파일로 변경) 1. ppk파일 열기 putty key generater -> load -> 기존에 사용하던 ppk파일 열기 2. Conversions -> Export OpenSSH key * {사용자디렉토리}/.ssh에 저장 3. .ssh폴더에 config 파일(확장자 X) 생성 Host {terminal에서 부를 이름} HostName {ip} User ubuntu IdentityFile ~\.ssh\{파일명} 4. windows terminal에서 ssh접속 ssh {HOST 이름} passphrase 입력후 접속성공
linux
2022. 1. 10. 09:00