Stéphane Lesimple

Results 214 comments of Stéphane Lesimple

I'm not familiar with Chromebooks but I'm wondering if the developer shells can access the whole system. Could you post the output of the following commands ? ```bash ls /boot...

Wow, this seems to be a heavily modified Linux kernel, with a completely non-standard boot procedure. I'm not even sure the kernel image nor configuration is accessible from the OS...

Hey, sorry for the delay! The french sentence "modifier le reverse" is alright, there is no confusion about what it can mean (it implicitly means "modifier le reverse DNS"), I...

Can you detail the use case you have in mind, @hydezhao ?

Hello, Yes, this is important for the project to ensure that it's easy to deploy with these standard tools! About your remarks: - To create admin accounts, you have the...

Hello, This is not currently supported, but can be added, as ssh-agent supports starting a subprocess (which would be ttyrec then the ssh client to establish the egress connection in...

Hey @bragonznx, yes you can have a look into it if you have some available time! The way I see it, this could be an option (in `--long-help`) that users...

Hey @fzyzcjy , actually ssh port forwarding is explicitly disabled on the bastion, because it could be used as a way to bypass its logic entirely and punch a hole...

Currently the way it works, is the user asks to connect somewhere, the bastion checks whether this is allowed or not, and takes decision based upon this. This behavior has...

Hello, If there are several accounts on the remote server, and these accounts should potentially not be used by the same people, then they shouldn't share the same keys. This...