Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda merged pull request Sysdeploy/openwrt#17 2023-02-10 02:13:02 +01:00
Disable ext4 images
PeterSurda closed issue Sysdeploy/openwrt#13 2023-02-10 02:13:02 +01:00
Artifact selection
PeterSurda pushed to main at Sysdeploy/openwrt 2023-02-10 02:13:02 +01:00
c5d9f4329a Disable ext4 images. Fixes #13.
PeterSurda approved Sysdeploy/openwrt#17 2023-02-10 02:12:56 +01:00
Disable ext4 images
PeterSurda opened issue Sysdeploy/openwrt#16 2023-02-09 14:40:20 +01:00
put files/etc/uci-defaults/99-custom into the repo
PeterSurda merged pull request Sysdeploy/openwrt#9 2023-02-09 10:02:20 +01:00
Try to replace dropbear by openssh-server using imagebuilder
PeterSurda pushed to main at Sysdeploy/openwrt 2023-02-09 10:02:20 +01:00
2f3be6009c Add authorized_keys, disable password login, restart sshd
96985a61db Replace dropbear by openssh-server using imagebuilder
Compare 2 commits »
PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-09 10:01:50 +01:00
Try to replace dropbear by openssh-server using imagebuilder

Ok it works except he permissions for /root/.ssh and /root/.ssh/authorized keys should be more restrictive. I'll merge, you can fix it in a separate PR.

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-08 09:39:17 +01:00
Try to replace dropbear by openssh-server using imagebuilder

key is now in the right location. The permissions are too loose though. Can we maybe put it into the subdirectories into files? Like files/root/.ssh/authorized_keys?

regarding sshd,…

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-04 09:59:07 +01:00
Try to replace dropbear by openssh-server using imagebuilder

Looks ok, I'll be able to test on Tuesday.

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-03 03:23:28 +01:00
Try to replace dropbear by openssh-server using imagebuilder

this works now, but ~ is /

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-03 03:23:28 +01:00
Try to replace dropbear by openssh-server using imagebuilder

I think this is not run. Maybe it's about the current directory?

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-03 02:19:06 +01:00
Try to replace dropbear by openssh-server using imagebuilder
  • /etc/uci-defaults/99-custom is executed upon each boot. Maybe then as a last step, it should remove itself?

The doc [says](https://openwrt.org/docs/guide-developer/uci-defaul

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-03 02:17:22 +01:00
Try to replace dropbear by openssh-server using imagebuilder
  • PermitRootLogin no should be replaced with PasswordAuthentication no

It seems to be set by default, at least `staging_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/etc/ss…

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-02 14:12:56 +01:00
Try to replace dropbear by openssh-server using imagebuilder

After further testing, it looks to be some filesystem weirdness. I modify distroconfig.txt to enable the USB, as otherwise I can't use the keyboard. If I do this before first boot, the root…

PeterSurda pushed to main at Sysdeploy/openwrt 2023-02-02 13:31:47 +01:00
79f18da3a5 Copy ipk from packages overlay
69e73319ec Try to install CherryPy with python3-packages
Compare 2 commits »
PeterSurda merged pull request Sysdeploy/openwrt#15 2023-02-02 13:31:46 +01:00
Installing CherryPy with python3-packages
PeterSurda approved Sysdeploy/openwrt#15 2023-02-02 13:30:50 +01:00
Installing CherryPy with python3-packages

Works, ran python3 in console and did import cherrypy.