외부 linux 시스템에서
aws ec2 linux 접근시 pem key 파일 사용하기
puttygen 프로그램으로 private keyfile 생성 후 (ppk)
- ssh : ssh -i /path/to/private/keyfile [email protected]
- sftp : sftp -oIdentityFile=/path/to/private/keyfile [email protected]
외부 linux 시스템에서
aws ec2 linux 접근시 pem key 파일 사용하기
puttygen 프로그램으로 private keyfile 생성 후 (ppk)