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

Impossible to log into an SSHChannel which requires a proxy jump #3513

Open
giordano opened this issue Jul 4, 2024 · 1 comment
Open

Impossible to log into an SSHChannel which requires a proxy jump #3513

giordano opened this issue Jul 4, 2024 · 1 comment

Comments

@giordano
Copy link
Contributor

giordano commented Jul 4, 2024

Describe the bug

Maybe I'm missing how to do this from the documentation, although a search with keyword "jump" turns out blank, but as far as I understand Parsl (through paramiko) doesn't use OpenSSH configuration file and doesn't let the user specify a way to log into a remote SSH machine via a proxy jump, so that it's impossible to execute code on a remote machine which is behind a firewall and requires jumping through a gateway.

Environment

  • OS: Arch Linux
  • Python version: 3.12.3
  • Parsl version: 2024.06.24

Distributed Environment

  • Where are you running the Parsl script from ? Laptop
  • Where do you need the workers to run ? On a cluster behind a firewall which requires a proxy jump to a gateway to access it.
@benclifford
Copy link
Collaborator

Channels have never really moved beyond prototype stage and I wrote up this issue #3515 to get rid of them, because of so many architectural problems like this.

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

No branches or pull requests

2 participants