mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #551] [!] Unknown error (Couldn't read the fingerprint of /tmp/HTSyoTS523 (Couldn't exec requested command (Insecure directory in $ENV{PATH} while running with -T switch at... #141
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juju4 on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/551
While running bastion install inside ansible, I get this error but at different part of the install
/opt/bastion/bin/admin/install --managed-upgradeon healtcheck account creationhttps://github.com/juju4/ansible_the_bastion/actions/runs/14423697204/job/40449434291#step:8:1808
likely from https://github.com/ovh/the-bastion/blob/master/lib/perl/OVH/Bastion/ssh.inc#L344
from ansible setup
https://github.com/juju4/ansible_the_bastion/actions/runs/14423697204/job/40449434291#step:11:700
Here I was thinking to enforce PATH like done here https://github.com/ovh/the-bastion/blob/master/bin/proxy/osh-http-proxy-worker#L29
imho, no reason or nearly to have custom path for system account creation and can't clean github runner environment.
I tried adding it in my ansible play but that didn't help
https://github.com/juju4/ansible_the_bastion/actions/runs/14423697213/job/40449434297#step:7:368
manual run in lxc container gives me a different error and with a paste of ssh pub key needed
Tested with v3.13.01 and v3.20.00