aws pem keyfile 사용 하기

외부 linux 시스템에서

aws ec2 linux 접근시 pem key 파일 사용하기

puttygen 프로그램으로 private keyfile 생성 후 (ppk)

  1. ssh : ssh -i /path/to/private/keyfile [email protected]
  2. sftp : sftp -oIdentityFile=/path/to/private/keyfile [email protected]

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다