JEA for Linux PowerShell #26657
Unanswered
soroshsabz
asked this question in
Q&A
Replies: 2 comments
-
|
JEA is strongly tied in with WSMan and WSMan is effectively only available on Windows. SSH is the defacto transport mechanism for PSRemoting and it doesn't have any of the support for things like virtual accounts which greatly limits the usefulness of JEA as it'll be running the commands as that user who now already has access to an SSH shell. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
related to #2198 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ITNOA
Hi,
I want to implement role based access control on pwsh in ubuntu server (I have multiple user and I want every user can Enter-PSSession with specific role, to access very restricted commands)
I found JEA solution in PowerShell, and as I read docs, I think it is very fit to my requirements, but I cannot enable this feature in linux
Is JEA correct solution for these requirements? What is my wrong? and How to resolve my problem?
if JEA does not work on linux, what is similar solution for linux? and when JEA support linux? any plan for that?
my related StackOverflow question is https://stackoverflow.com/q/79860489/1539100
thanks
Beta Was this translation helpful? Give feedback.
All reactions