@mudala what's your threat model you need to defend against?
Notices by Solène :flan_hacker: (solene@bsd.network)
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Wednesday, 20-Nov-2024 18:52:19 JST Solène :flan_hacker: -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Wednesday, 20-Nov-2024 18:35:18 JST Solène :flan_hacker: @logout yeah, I still use free software :flan_thumbs:
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Wednesday, 20-Nov-2024 18:31:56 JST Solène :flan_hacker: @n8chz @HopelessDemigod maybe you overwrote a partition of the disk the second time
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Tuesday, 19-Nov-2024 16:49:08 JST Solène :flan_hacker: @lcavallaro I can't help you on this sorry, you should report the problem following this process https://www.openbsd.org/report.html
:flan_thumbs:
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 18:58:04 JST Solène :flan_hacker: @dlatchx @joel @mischa @graslander oh, rcctl get sshd flags does not exist, I thought so
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 18:55:32 JST Solène :flan_hacker: @dlatchx @joel @mischa @graslander on the other hand, rcctl set flags doesn't compose easily as if you want to add a new flag, you have to pass the current list of flags to the command line, so it's not ideal either
maybe this should do the trick
rcctl set sshd flags $(rcctl get sshd flags) -o PasswordAuthentication=no
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 18:24:47 JST Solène :flan_hacker: @joel @mischa @graslander on systemd you can override the service to change the ExecStart property to add arguments to it
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 17:42:24 JST Solène :flan_hacker: @boo_ no FDE ? This is just a nogo for me then 😅
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 17:25:56 JST Solène :flan_hacker: @boo_ thanks! I was actually wondering if the Apps were well maintained, I guess you answered the question ;)
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 07:40:53 JST Solène :flan_hacker: @mischa @graslander I never thought doing it this way :flan_aww:
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 06:02:53 JST Solène :flan_hacker: @graslander at first, I thought you wrote about setting up a PKI on OpenBSD
As you use keys to authenticate clients, you still rely on TOFU when connecting to the server, you have two solutions to solve this:
- use SSH certificates to authenticate both clients and servers
- use SSHFP DNS entriesI covered the second system if you are interested https://dataswamp.org/~solene/2023-08-05-sshfp-dns-entries.html
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 05:55:24 JST Solène :flan_hacker: @moksh I quickly stop using Alpine as I didn't really like it :/
In conversation from bsd.network permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Monday, 18-Nov-2024 00:06:12 JST Solène :flan_hacker: @otfrom what is/are the typical issue you are facing when trying to add / bump a software in guix?
In conversation from bsd.network permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 17-Nov-2024 21:02:51 JST Solène :flan_hacker: @videlft if you use fzf on fish, the history search is even more powerful :flan_evil:
In conversation from bsd.network permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 17-Nov-2024 17:50:18 JST Solène :flan_hacker: @moksh does this give some hints already https://bsd.network/@solene/113493999319891521 ?
Qubes OS works with 8 GB of memory, but do not expect to open firefox in 3 qubes at the same time
Although, depending on what one does on Qubes OS, 8 GB can be really enough, or not.
In conversation from bsd.network permalink Attachments
-
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 17-Nov-2024 17:48:59 JST Solène :flan_hacker: @recourse try it to make your own opinion :)
In conversation from bsd.network permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 17-Nov-2024 06:30:32 JST Solène :flan_hacker: @thorstenzoeller @steven php does it too IIRC
but I guess python3 is installed almost everywhere as long, whereas ruby or php may be less ubiquitous :flan_thumbs:
In conversation from bsd.network permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Sunday, 17-Nov-2024 05:31:16 JST Solène :flan_hacker: @steven some would call this bloat 😂
by the way, python3 -m http.server can be used to run a web server serving the current directory, this is quite useful sometimes :flan_thumbs: httpd needs to be run as root, which may not be practical if you need to serve a directory quickly in one shot
In conversation from bsd.network permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Saturday, 16-Nov-2024 23:43:12 JST Solène :flan_hacker: @joel yes, for instance my client qubes can not receive copy/paste from outside or exfiltrate data to the outside, but I can copy/paste between them
In conversation from gnusocial.jp permalink -
Embed this notice
Solène :flan_hacker: (solene@bsd.network)'s status on Saturday, 16-Nov-2024 23:25:48 JST Solène :flan_hacker: @joel there is also a clipboard system to copy between qubes
the file / clipboard systems are configured in qubes os, you can allow / forbid sources and destinations.
In conversation from gnusocial.jp permalink