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

SSH master connection #23

Open
nicolamos opened this issue Jan 18, 2024 · 5 comments
Open

SSH master connection #23

nicolamos opened this issue Jan 18, 2024 · 5 comments

Comments

@nicolamos
Copy link

I tried to connect to a server for which I have a master session running. It seems that offs does not use the SSH configuration that is available. Would it be possible to direct offs to use that connection?

@RainMark
Copy link
Collaborator

I tried to connect to a server for which I have a master session running. It seems that offs does not use the SSH configuration that is available. Would it be possible to direct offs to use that connection?

You mean use ssh ControlMaster?

@nicolamos
Copy link
Author

Yes exactly, or in any case use the SSH configuration a user might have (eg. ~/.ssh/config) for a given host. I have a server that I can access through SSH using a ProxyJump and all that is specified in my configuration file.

@RainMark
Copy link
Collaborator

Yes exactly, or in any case use the SSH configuration a user might have (eg. ~/.ssh/config) for a given host. I have a server that I can access through SSH using a ProxyJump and all that is specified in my configuration file.

oxfs use paramiko to create ssh connection, but paramiko not support fully ssh configurations. paramiko/paramiko#852
Do you have some suggestions?

@nicolamos
Copy link
Author

I see. It seems that on this issue the development was stuck.
Would it be possible to bypass the use of paramiko? Or directing it to use an already opened connection?

@RainMark
Copy link
Collaborator

I see. It seems that on this issue the development was stuck. Would it be possible to bypass the use of paramiko? Or directing it to use an already opened connection?

maybe need some extra works, but i have not time to do this currently

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

No branches or pull requests

2 participants