Displaying 9 results from an estimated 9 matches for "hpnssh".
2006 Apr 26
1
Prelim results: hpnssh v ssh in local area networks
...re doesn't seem to be any notable difference
between the two anymore. I still have a few more test combinations to
run (<.5ms rtts and against cygwin) so the conclusions might change but,
at this point, I'm no longer seeing any sort of performance hit (as a
measure of throughput) for hpnssh in local area networks.
Raw data, test script, and stats script available for those interested.
thx
chris
2009 Feb 08
1
rsync oldest files first
Hello -
Running rsync v3.0.5 on a mixture of CentOS 4.6 and 5.1 systems,
using hpnssh as the transport mechanism.
I am using rsync to replicate roughly a TB worth of compressed log
data per day from a bunch of systems for processing.
Every hour the systems generate log files, compress them and then
rsync pushes them out to a centralized set of redundant hosts
with their storage co...
2009 Apr 30
3
tool for packet detection
Hi
I have small query, all our server are centos based 5 and 5.2 . We are
looking ofr a tool to that measure packet loss. we have servers in two IDC's
bothin the US and we are trying to download a 2gb file from the internet.
Some server are able to download the file at a higher b/w rate in one IDC
...while servers at he the other IDC download the same file at a lowe b/w
rate . Is ther any
2023 Jun 10
1
Question About Dynamic Remote Forwarding
On Fri, 9 Jun 2023, Chris Rapier wrote:
> Hi all,
>
> When a client requests dynamic remote forwarding with -R it delays forking
> into the background. In ssh.c we see
>
> if (options.fork_after_authentication) {
> if (options.exit_on_forward_failure &&
> options.num_remote_forwards > 0) {
> debug("deferring postauth fork until
2010 Jan 28
6
NFS vs SMb vs iSCSI for remote backup mounts
Hi,
I would like to get some input from people who have used these options for
mounting a remote server to a local server. Basically, I need to replicate /
backup data from one server to another, but over the internet (i.e. insecure
channels)
Currently we have been mounting an SMB share over SSH, but it's got it's own
set of problems. And I don't know if this is optimal, or if I
2015 Sep 14
6
[Bug 2467] New: point-to-point Tunnel doen't work since 6.8
https://bugzilla.mindrot.org/show_bug.cgi?id=2467
Bug ID: 2467
Summary: point-to-point Tunnel doen't work since 6.8
Product: Portable OpenSSH
Version: 7.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2018 Jun 05
2
OpenSSH & OpenSSL 1.1
...ding it in case it might be of value to people in the community.
This patch passes all regression tests and seems to work pretty well. If
you do get this please be sure to rebuild configure so it picks up the
changes in configure.ac.
You can grab the patch here
https://sourceforge.net/projects/hpnssh/files/OpenSSL-1.1%20Compatibility/
Chris Rapier
2015 Jan 23
8
network copy performance is poor (rsync) - debugging suggestions?
Hi,
I do have two centos 6.6 servers. With a "performance optimized" rsync I
get an speed of 15 - 20 MB/s
The options I use are:
rsync -aHAXxv --numeric-ids --progress -e "ssh -T -c arcfour -o
Compression=no -x"
If I copy files by smb to/from the servers I do get 60 - 80 MB/s, a dd
(r/w) on the storages attached gives 90 MB/s on the 1Gbit ISCSI (Source
Server) and up to
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi,
I'm trying to backup from one machine to the other (automatically via
cron) using rsync and ssh password-less public key authentication.
I having been trying to set this up following an article in a Linux
magazine[1] by only allowing the specific rsync command to run on the
remote box.
I am using the following rsync command:
$ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup