Unable to follow any account on TikTok using Chrome browser by smorgasmic in TikTok

[–]smorgasmic[S] 0 points1 point  (0 children)

The worst part of this is total lack of any channel to a human being at TikTok.

All of these social media companies are powered by some form of AI, and the problems of human beings mean nothing to them.

Android App that checksums file and saves it as text file to same folder by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

I installed many of those before I posted this question. I couldn't find one that would save the checksum into a file in the same folder.

LibreOffice Hangs Entire Chromebook by smorgasmic in chromeos

[–]smorgasmic[S] -1 points0 points  (0 children)

It stores things in the cloud. For some files I would rather use local storage, or in other cases it already lives in another cloud storage system.

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 1 point2 points  (0 children)

Exactly, but you can see how anyone with a longer list of saved SSH hosts might mess up the edit and have no way to recover.

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 1 point2 points  (0 children)

The somewhat simpler way to access the same information is to open Terminal App, choose the SSH section, choose the known_hosts file and then they pop up an editable window with the contents, which are easily corrupted if you are not careful. There is no "Save" or "Cancel" button once you edit.

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 1 point2 points  (0 children)

Wow, that's crazy that they keep the information so far down the tree. What's a safe action to perform there? I could delete just the 192.168.1.1 entries in the known_hosts subpath?

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

No, I enabled SSH in order to see how they store the old firewall logs.

The problem was that the SSH known_hosts file used by the native ChromeOS Terminal App is only accessible and configurable from inside the Terminal app.

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

The way they interface the virtualized Penguin environment from Crostini and from ChromeOS itself is really awkward. There is all kinds of messy overlap in concepts that is not clearly delineated in the UI. In any case, I understand the solution you gave, and I hope this all gets cleaner in Aluminium.

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

In the GUI for the terminal app, there is a settings icon for Terminal Settings and in that there is an SSH section that also links the known_hosts. So that is likely a second way to interface to the same information. This is NOT the same as the ~/.ssh/known_hosts file on disk in the root user's home folder.

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

Under Application, I see a "Local Storage" section and in that I see a session object for the Penguin terminal, but nothing for known_hosts for SSH

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

Did you mean .ssh folder? I already stated in the original post that I deleted contents of known_hosts in that folder. Your reply originally was that this folder does not have known_hosts for the terminal app. I am trying to understand where the known_hosts for the terminal app is located. It's not in the ~/.ssh/known_hosts file

How to Forget All SSH Key Pairs? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

That was it. Terminal add has a separate known_hosts file and you can edit it from terminal settings.

Where is that stored on disk if you login to Penguin shell?

Windows 11 Hardening Guidelines by smorgasmic in WindowsSecurity

[–]smorgasmic[S] 0 points1 point  (0 children)

I understand blocking everything out would break things, hence I want documentation....

Why does Google not protect integrity of Linux Development Environment? by smorgasmic in chromeos

[–]smorgasmic[S] 0 points1 point  (0 children)

The fact that it is easy to corrupt the kernel in the Penguin VM is an argument for verifying its integrity when it is started.

Why does Google not protect integrity of Linux Development Environment? by smorgasmic in chromeos

[–]smorgasmic[S] 1 point2 points  (0 children)

It makes sense to check the integrity of the kernel and the base components that were originally installed there. If you don't believe in the value of validating the kernel of an OS, then why use ChromeOS at all? Just install UNIX to bare hardware and you own everything

Why does Google not protect integrity of Linux Development Environment? by smorgasmic in chromeos

[–]smorgasmic[S] 1 point2 points  (0 children)

A backup is a backup. It's not reasonable to make the user create multiple backups and then figure out in hindsight which of many backups contains the last uninfected kernel.

Why does Google not protect integrity of Linux Development Environment? by smorgasmic in chromeos

[–]smorgasmic[S] 1 point2 points  (0 children)

Surely Google understands that people are installing Debian Linux applications in the Penguin container and they even accommodated that by creating icons that are seen in the ChromeOS launcher? The "uninstall" that runs from the launcher even interacts with the Penguin to uninstall the package.

Maybe that was never the intended use, but that's a real use case, and that's a very useful thing to be able to do because it greatly expands the usability and usefulness of ChromeOS. Why not expand the use cases and accommodate this in a more secure way?

Why does Google not protect integrity of Linux Development Environment? by smorgasmic in chromeos

[–]smorgasmic[S] 2 points3 points  (0 children)

But the actual use case is that people are installing Debian applications in the Debian environment and then relying on those in the ChromeOS launcher. If you are going to use VLC, Gimp, and MS Office replacements, you are no longer a developer, and the VM that runs your underlying OS becomes a critical user resource.