Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Dec 15, 2023
1 parent b0c9cac commit c6d479d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/post/DevCourse/day-43/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ ssh-keygen -t rsa -f {key_name} -C root -b 2048

### root user 로그인 방법 (feat. Google Cloud platform)

-
- [참고 링크](https://cloud.google.com/compute/docs/connect/root-ssh?hl=ko#third-party-tools) 내용 그대로 따라하기
- 접속 시에는 기존 gcloud 커맨드에 root@ 붙여주면 됨

```python
gcloud compute ssh --project root@your-project-id --zone your-zone your-instance-name
```

## SQL

Expand Down

0 comments on commit c6d479d

Please sign in to comment.