Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Add example SSH command to README #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ SSH is enabled by default and you can use the following credentials to login to
- Hostname: `umbrel.local`
- User: `umbrel`
- Password: The same password you use to log in to the Umbrel dashboard

```bash
ssh umbrel@umbrel.local
```

> If you haven't yet run through the setup process, the password will be set to `moneyprintergobrrr`.

Expand Down