[AWS] SSH 로 접속
AWS에 ssh로 접속시 pem 파일 권한 변경
EC2 접속시 프라이빗키(.pem) 파일은 읽을 수 있도록 권한을 변경 합니다.
$ chmod 400 aws.pem
$ ssh -i "aws.pem" ec2-user@xx.xx.xx.xx
Reading time ~1 minute
EC2 접속시 프라이빗키(.pem) 파일은 읽을 수 있도록 권한을 변경 합니다.
$ chmod 400 aws.pem
$ ssh -i "aws.pem" ec2-user@xx.xx.xx.xx
DB Browser for SQLite 소개 Continue reading