Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect to JumpServer #494

Open
acracker opened this issue Mar 17, 2025 · 1 comment
Open

Cannot connect to JumpServer #494

acracker opened this issue Mar 17, 2025 · 1 comment

Comments

@acracker
Copy link

I think the reason might be this: Jumpserver acts as an SSH proxy. When users connect, they're actually connecting to Jumpserver first, which then forwards the connection to the target server. Because of this, the returned information might be processed by Jumpserver, making it different from directly connecting to sshd.

@crschnick
Copy link
Member

crschnick commented Mar 17, 2025

To get the original JumpServer functionality of SSH, you can also try to create a Custom SSH Connection in XPipe. There you can specify all necessary SSH config options, e.g. ProxyJump to use jump servers as you would with the SSH CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants