Skip to content

Commit

Permalink
ssh 접속 시 ubuntu 빠트린거 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Jan 25, 2024
1 parent af0d434 commit 0ec2bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ tags: ["Infra", "EC2", "Deploy"]

```
> chmod 400 ${key_path}
> ssh -i ${key_path} ${instance_public_ip}
> ssh -i ${key_path} ubuntu@${instance_public_ip}
```

- `chmod 400 ${key_path}`: 키 페어 파일에 대한 운영체제 내의 접근 권한을 설정합니다.
Expand Down

0 comments on commit 0ec2bce

Please sign in to comment.