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

Connection drops while transferring large files #24

Closed
ceremcem opened this issue Jun 9, 2018 · 1 comment
Closed

Connection drops while transferring large files #24

ceremcem opened this issue Jun 9, 2018 · 1 comment
Labels

Comments

@ceremcem
Copy link
Collaborator

ceremcem commented Jun 9, 2018

When using connections over the link up server (with conn-proxy option), large files can not be transferred due to breaking connections due to double encryption overhead. (see https://serverfault.com/q/26358/261445)

@ceremcem
Copy link
Collaborator Author

Solution: Use ProxyJump option (-J):

ssh:

ssh -J myProxyServer nodeUser@localhost -p 12345

sshfs:

sshfs -o ssh_command='ssh -J myProxyServer' -p 12345 nodeUser@localhost:/ /path/to/mnt_dir

@ceremcem ceremcem changed the title Prevent double encryption overhead Connection drops while transferring large files Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant