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

Speed Up SSH Connections #34

Open
bigmoveus opened this issue Oct 25, 2023 · 2 comments
Open

Speed Up SSH Connections #34

bigmoveus opened this issue Oct 25, 2023 · 2 comments

Comments

@bigmoveus
Copy link

Hi Possible to speed up SSH connection and implant these to Bore ?

Use a Faster Cipher
A cipher is a method of encrypting data transmitted over network. SSH supports several ciphers, but some ciphers are faster than others. By using a faster cipher, you can improve speed of your SSH connections.
Like : Ciphers aes128-ctr,aes192-ctr,aes256-ctr

Use Multiplexing
Multiplexing is a feature of SSH that allows you to reuse an existing SSH connection for multiple sessions. When you use multiplexing, SSH sets up a single connection to remote host and uses that connection for multiple sessions.

Use Compression
Compression is a method of reducing size of data transmitted over network. It can significantly improve speed of SSH connections, especially over slow or high-latency networks
The compression level ranges from 1 to 9, with 1 being fastest and 9 being slowest but most efficient. You can experiment with different compression levels to find one that works best for your network.

Also how can just run TCP Direct in Server side without HTTP and HTTPS ?

@jkuri
Copy link
Owner

jkuri commented Oct 25, 2023

hi @bigmoveus,

thanks for checking on bore project. I am accepting the pull requests for all features mentioned :)
Also, I am aware of direct TCP connections doesn't work on hosted service, for that you will need to host bore-server yourself.

@bigmoveus
Copy link
Author

bigmoveus commented Oct 25, 2023

I am using bore server in my server for USB sharing 😀 mean forward ports and working so great just have a problem in speed if possible can little speed up will be so great ! You did great works ! Good job man !

If can add like parameter to bore for Use Compression or Use Multiplexing will be so good .

thank you again !

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