mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-10 00:09:09 +02:00
[GH-ISSUE #257] --self-password doesn't work #67
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#67
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 @madchrist on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/257
When connecting to a remote host, the doc says:
"--self-password, -P Use your own personal account egress password instead of ssh keys to login (via ssh or telnet)"
But only -P works
"Couldn't parse option '--self-password'"
@speed47 commented on GitHub (Oct 27, 2021):
You're right! We advertise "-P" everywhere in our internal documentation, so I think nobody ever stumbled upon this one!
What's good it that, the fix is pretty straightforward, though.
@speed47 commented on GitHub (Nov 2, 2021):
fixed