24 lines
776 B
Markdown
24 lines
776 B
Markdown
---
|
|
created: 2024-12-07T05:16:40.000Z
|
|
type: note
|
|
updated: 2024-12-07T05:16:40.000Z
|
|
---
|
|
|
|
# Umbrel
|
|
|
|
- [github](https://github.com/getumbrel/umbrel)
|
|
- [umbrel-apps](https://github.com/getumbrel/umbrel-apps)
|
|
- [Install-umbrelOS-on-x86-Systems](https://github.com/getumbrel/umbrel/wiki/Install-umbrelOS-on-x86-Systems)
|
|
|
|
```bash 1733544548095 = 638691413480950000 = Fri Dec 06 2024 21:09:07 GMT-0700 (Mountain Standard Time)
|
|
nano /root/.ssh/authorized_keys
|
|
# ...
|
|
ls -la /root/.ssh/authorized_keys
|
|
chmod 600 /root/.ssh/authorized_keys
|
|
ls -la /root/.ssh/authorized_keys
|
|
nano /etc/ssh/sshd_config.d/50-cloud-init.conf
|
|
# PasswordAuthentication no
|
|
ssh root@free.file.sync.media -i C:/Users/phares/.ssh/id_ed25519
|
|
ssh root@umbrel.phares.duckdns.org -i C:/Users/phares/.ssh/id_ed25519
|
|
```
|