dcasota

Results 186 comments of dcasota

[CVE-2023-25136](https://nvd.nist.gov/vuln/detail/CVE-2023-25136) has been fixed in openssh 9.2p1. edited: The openssh 9.1 version included in the Ph 5.0 GA bits unfortunately had several issues. Accordingly to https://www.openssh.com/releasenotes.html, openssh 9.2p1 security fixes:...

@t3easy could you check the behavior with a modified `/etc/ssh/sshd_config` ? (edited) - `MACs hmac-sha2-512,hmac-sha2-256` - `LoginGraceTime 1m` - `ClientAliveInterval 300` + `ClientAliveCountMax 0` - `PermitRootLogin no` - `PermitUserEnvironment no`...

@t3easy The settings suggested is a mix to ensure the service is available for needed access. Such an issue may contain multiple aspects e.g. subcomponent version bugs, hardening level, dependencies...

Hi, The docker-compose package in Ph5 installs `/bin/docker-compose`, actually with a version output `Docker Compose version 2.14.0`. This isn't the same command as `docker compose`, indeed. Accordingly to https://github.com/docker/compose, _For...

Sure. Simply install docker. For `docker-compose` I'm using the following code snippet from the docs. ``` DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins curl -SL https://github.com/docker/compose/releases/download/v2.27.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose sudo chmod a+x $DOCKER_CONFIG/cli-plugins/docker-compose ```...

Yes, it‘s really nice that tdnf is built-in in the internet versions of Photon OS. Same security awareness topics, robust, dependencies check for updates/upgrades, etc. All latest&greatest bits from the...

Hi, actually there seems a package gap to docker compose [latest](https://github.com/docker/compose/releases) but as soon as it is a pretested automatic version bump for the open-source PhotonOS, yes, ‚why not’ is...

Hi, The following test procedure description may help. 1x RPi4 8GB, 1x 32GB microSD, 1x 32GB usb stick On your client with plugged-in microSD and USB stick - Download RPi4_UEFI_Firmware_{release}.zip...

@mateusz-gladczak no, not. The test procedure description was intended as help to reproduce the issue with SD card + "unable to read partition" + "FAT". But, spotted right now the...

Boot from usb as additional check method should work. eMMC SDCard settings worth to investigate. Photon OS uses ExFAT.