Skip to main content
added 11 characters in body
Source Link
Dan Pritts
  • 724
  • 7
  • 9

Several folks recommend that you skip ssh because encryption will slow you down. Modern CPUs may actually be fast enough at 1Gb, but OpenSSH has problems with its internal windowing implementation that can drastically slow you down.

If you want to do this with ssh, take a look at HPN SSH. It solves the "other problems"windowing problems and adds multithreaded encryption. Unfortunately you'll need to rebuild ssh on both the client & server.

Several folks recommend that you skip ssh because encryption will slow you down. Modern CPUs may actually be fast enough at 1Gb, but OpenSSH has problems with its windowing implementation that can drastically slow you down.

If you want to do this with ssh, take a look at HPN SSH. It solves the "other problems" and adds multithreaded encryption. Unfortunately you'll need to rebuild ssh on both the client & server.

Several folks recommend that you skip ssh because encryption will slow you down. Modern CPUs may actually be fast enough at 1Gb, but OpenSSH has problems with its internal windowing implementation that can drastically slow you down.

If you want to do this with ssh, take a look at HPN SSH. It solves the windowing problems and adds multithreaded encryption. Unfortunately you'll need to rebuild ssh on both the client & server.

Source Link
Dan Pritts
  • 724
  • 7
  • 9

Several folks recommend that you skip ssh because encryption will slow you down. Modern CPUs may actually be fast enough at 1Gb, but OpenSSH has problems with its windowing implementation that can drastically slow you down.

If you want to do this with ssh, take a look at HPN SSH. It solves the "other problems" and adds multithreaded encryption. Unfortunately you'll need to rebuild ssh on both the client & server.