.pem 파일을 사용하여 SSH 접속하기 ssh -i

Jmnote (토론 | 기여)님의 2020년 1월 19일 (일) 09:24 판 (새 문서: ==개요== ;.pem 파일을 사용하여 SSH 접속하기 ;ssh -i <source lang='bash'> ssh -i mykey.pem user@example.com </source> ==같이 보기== * 리눅스 ssh ==참고== *...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

.pem 파일을 사용하여 SSH 접속하기
ssh -i
Bash
Copy
ssh -i mykey.pem user@example.com

2 같이 보기

3 참고