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
- Wraith Spire
- java.net.bindexception
- 라즈베리파이
- linearlaout
- ds cloud
- windows terminal
- 주석 숨김
- Eclipse
- synology
- 시놀로지 색인
- Linux
- setonkeylistener
- 장치 데이터 오류
- truncated
- SetWindowTextW
- formatting failed
- c++
- JSON
- cloud station
- clp 325wk
- urllib3
- audio station버그
- quickconnect
- cloudstation
- MFC
- SSL 인증서가 변경되었습니다
- github
- 이클립스 주석
- IntelliJ
- git
Archives
- Today
- Total
목록puttygen (1)
딸기스무디

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