Displaying 20 results from an estimated 4000 matches similar to: "[Bug 1014] SCP slow bandwidth with Solaris8 on n240"
2006 Sep 26
0
[Bug 1014] SCP slow bandwidth with Solaris8 on n240
http://bugzilla.mindrot.org/show_bug.cgi?id=1014
------- Comment #6 from tdm27 at cam.ac.uk 2006-09-26 20:15 -------
This problem isn't Solaris-specific - it happens on Linux platforms,
too. I'd like to know if there are any plans to include the PSC HPN
patches (http://www.psc.edu/networking/projects/hpn-ssh/) into openssh.
------- You are receiving this mail because: -------
You
2005 Apr 12
3
[Bug 1014] SCP slow bandwidth with Solaris8 on n240
http://bugzilla.mindrot.org/show_bug.cgi?id=1014
Summary: SCP slow bandwidth with Solaris8 on n240
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: ix86
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2015 Aug 11
2
rsync stuck at +- 50 MB/s, cp and scp are +- 200 MB/s
Hi,
I tried different encryptions like arc four, but always with the same result. BTW: googling shows some similar questions and they are stuck on set same speed +-.
But non of that solutions helped me.
/G?tz
> Am 11.08.2015 um 12:14 schrieb Eero Volotinen <eero.volotinen at iki.fi>:
>
> Usually problem in encryption.
>
> try cipher arcfour or apply hpn patches to
2006 Mar 25
1
High Performance SSH/SCP - HPN-SSH when?
Hi,
http://www.psc.edu/networking/projects/hpn-ssh/
Clearly, the HPN patches significantly boost throughput performance.
This enhancement is entirely from tuning the SSH buffer sizes.
Alex Tavcar
2013 Jan 02
1
ssh / scp slow on 10GBE
Hello list,
right now SSH Tunnel / scp is reaches just around 76Mb/s on my E5 Xeon
using AES-NI but openssl reaches around 600-700Mb/s using 128aes-cbc cipher.
As far as i understand http://www.psc.edu/index.php/hpn-ssh this is due
to very small buffers in ssh / scp.
Is there any work on this? Like autotuning the buffer size? Are there
plans to integrate the hpn patches?
Greets,
Stefan
2015 Mar 27
2
FYI: SSH1 now disabled at compile-time by default
Hi,
On Fri, Mar 27, 2015 at 02:36:50PM +0100, Hubert Kario wrote:
> > Same thing with needing sshv1 to access old network gear where even sshv1
> > was an achievement. "Throw away gear that does its job perfectly well,
> > but has no sshv2 for *management*" or "keep around an ssh v1 capable
> > client"?
>
> If you depend on hardware like this,
2007 Aug 21
1
High Performance SSH/SCP - HPN-SSH
Dear CentOS lovers,
Could you consider to include a patch,
http://www.psc.edu/networking/projects/hpn-ssh/
for openssh maybe as CentosPlus packages?
It has great speed impact for long-distance ( high delay ) transfer.
Regards,
Yuji Tsuchimoto
2024 Jan 11
0
Announce: timeline to remove DSA support in OpenSSH
Hi,
OpenSSH plans to remove support for DSA keys in the near future. This
message describes our rationale, process and proposed timeline.
Rationale
---------
DSA, as specified in the SSHv2 protocol, is inherently weak - being
limited to a 160 bit private key and use of the SHA1 digest. Its
estimated security level is <=80 bits symmetric equivalent[1][2].
OpenSSH has disabled DSA keys by
2024 Jan 11
0
Announce: timeline to remove DSA support in OpenSSH
Hi,
OpenSSH plans to remove support for DSA keys in the near future. This
message describes our rationale, process and proposed timeline.
Rationale
---------
DSA, as specified in the SSHv2 protocol, is inherently weak - being
limited to a 160 bit private key and use of the SHA1 digest. Its
estimated security level is <=80 bits symmetric equivalent[1][2].
OpenSSH has disabled DSA keys by
2015 Aug 11
0
rsync stuck at +- 50 MB/s, cp and scp are +- 200 MB/s
Usually problem in encryption.
try cipher arcfour or apply hpn patches to ssh. (
http://www.psc.edu/index.php/hpn-ssh)
--
Eero
2015-08-11 12:37 GMT+03:00 G?tz Reinicke - IT Koordinator <
goetz.reinicke at filmakademie.de>:
> Hi,
>
> i have two servers, connected to to the lan by 10Gb with 10Gb and DAS
> hardware raid.
>
> Each system con read and write locally or to the
2006 Mar 16
0
New Version of HPN-SSH Patch
[NB: General information regarding HPN-SSH can be found at
http://www.psc.edu/networking/projects/hpn-ssh ]
This is a beta release of HPN12 but I'd like to get some user
experiences with it if anyone is so inclined. This version of the HPN
patch more closely conforms to the openssh nomenclature and coding
style, it eliminates the use of command line switches in favor of -o
options, it
2005 Jun 17
3
New Set of High Performance Networking Patches Available
http://www.psc.edu/networking/projects/hpn-ssh/
Mike Stevens and I just released a new set of high performance
networking patches for OpenSSH 3.9p1, 4.0p1, and 4.1p1. These patches
will provide the same set of functionality across all 3 revisions. New
functionality includes
1) HPN performance even without both sides of the connection being HPN
enabled. As long as the bulk data flow is in the
2010 Nov 08
3
[Bug 1835] New: sftp should fallback to sshv1 if server doesn't support sshv2
https://bugzilla.mindrot.org/show_bug.cgi?id=1835
Summary: sftp should fallback to sshv1 if server doesn't
support sshv2
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo:
2012 Sep 26
2
[Bug 2044] New: error message is printed for SSHv1 when ssh is forced to allocate a pseudo-tty even when it does not have a one
https://bugzilla.mindrot.org/show_bug.cgi?id=2044
Priority: P5
Bug ID: 2044
Assignee: unassigned-bugs at mindrot.org
Summary: error message is printed for SSHv1 when ssh is forced
to allocate a pseudo-tty even when it does not have a
one
Severity: minor
Classification: Unclassified
OS:
2015 Mar 27
3
FYI: SSH1 now disabled at compile-time by default
Hi,
On Fri, Mar 27, 2015 at 12:53:05PM +0100, Hubert Kario wrote:
> On Thursday 26 March 2015 11:19:28 Michael Felt wrote:
> > Experience: I have some hardware, on an internal network - that only
> > supports 40-bit ssl. I am forced to continue to use FF v17 because that was
> > the last browser to provide SSL40-bit support. My security is weakened
> > because I cannot
2007 Mar 12
0
HPN patch now available for OpenSSH 4.6
The HPN patch set has been updated to work with OpenSSH4.6. This patch
can help improve performance of bulk data transfers when using SSH, SCP,
or SFTP. Please see http://www.psc.edu/networking/projects/hpn-ssh
for more information.
The patch is available from the above address or directly with
http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.6p1-hpn12v16.diff.gz
If you have any
2007 Nov 15
0
Extended Server Logging Patch
On the request of a coworker looking for more information about our SSH
users I developed a patch that provides extended logging capability for
SSHD. Its been written with an eye towards machine parsing. This patch
will write the following information to the standard system log:
remote ip, remote port, & remote user name
protocol number and client version information
Encryption method, MAC
2008 Jan 29
0
Available: Multi-threaded AES-CTR Cipher
On multiple core systems OpenSSH is limited to using a single core for
all operations. On these systems this can result in a transfer being
processor bound even though additional CPU resources exist. In order to
open up this bottleneck we've developed a multi-threaded version of
the AES-CTR cipher. Unlike CBC mode, since there is no dependency
between cipher blocks in CTR mode we
2006 May 19
1
New HPN Patch Released
The HPN12 patch available from
http://www.psc.edu/networking/projects/hpn-ssh addresses performance
issues with bulk data transfer over high bandwidth delay paths. By
adjusting internal flow control buffers to better fit the outstanding
data capacity of the path significant improvements in bulk data
throughput performance are achieved.
In other words, transfers over the internet are a lot
2006 Sep 29
0
HPN-SSH for OpenSSH 4.4p1 Available
This is a preliminary release and as such should be used at your own
risk. In my testing the application builds under OS X and Linux, passes
the regression tests, and file transfer tests on our test connections
exhibited a 1600% increase in performance
(1.4MB/s versus 20.9MB/s 46ms RTT).
This patch (hpn12v10) is available from