Stéphane Lesimple
Stéphane Lesimple
If you want to have a better traceability while keeping group access, you can use the `LC_BASTION` and `LC_BASTION_DETAILS` environment variables that are pushed to each remote server when the...
You would need to do this on the egress side, in other words being able to specify that on the bastion itself, the command to build the egress tunnel be...
Hello, This is not supported (yet). I checked and it seems that when you type the following command from machine `A`: `user@A$ scp B:file C:file` This is what happens: -...
This should be doable, however in the meantime, you should be able to do, if your bastion alias is `bssh`, instead of: `scp -S ~/scp_bastion server1:file1 server2:file2` Try this: `bssh...
Fixed in the upcoming `v4`
You pretty much nailed it! The main problem being that as you pinpointed, there are no tests for this command for groups, only for personal accesses, and we didn't stumble...
What the script read wasn't parseable as a key, probably some issue with your terminal or copy/paste weirdness. I see you enabled debug mode, to help in those cases we...
I can give you the steps to swap branches manually. Depending on the configuration of your ansible role, you are either tracking the latest commit from the `master` branch, or...
The TTL issue has been fixed (it was a reporting error on the side of `accountInfo`, the TTL was correctly applied however). Any news about the problem you faced with...
``` slesimpl@dev(master)> adminSudo -- --sudo-as expi30sec --sudo-cmd info ╭──ac777d06bec9───────────────────────────────────────the-bastion-3.09.00-rc3─── │ ▶ launching a bastion command or connection, impersonating another user ├─────────────────────────────────────────────────────────────────────────────── │ ❗ ADMIN SUDO: slesimpl, you'll now impersonate expi30sec,...