Displaying 4 results from an estimated 4 matches for "noneenabled".
2006 May 19
1
New HPN Patch Released
...uffer size.
TcpRcvBufPoll=[yes/no] client/server
enable of disable the polling of the tcp receive buffer through
the life of the connection. You would want to make sure that this option
is enabled for systems making use of autotuning kernels (linux 2.4.24+,
2.6, MS Vista) default is no.
NoneEnabled=[yes/no] client/server
enable or disable the use of the None cipher. Care must always be
used when enabling this as it will allow users to send data in the
clear. However, it is important to note that authentication information
remains encrypted even if this option is enabled. Set to no b...
2009 Feb 08
1
rsync oldest files first
...ng
rsync for years but this is by far the biggest
implementation I've done with it.
Here is a sample of the command I am using(added some line
breaks for readability?):
ssh 10.254.213.203 "mkdir -p /path/to/dest/" &&
rsync -ae "/usr/bin/hpnssh -v -o TcpRcvBufPoll=yes -o
NoneEnabled=yes -o NoneSwitch=yes" --timeout=600 --partial
--log-format="[%p] %t %o %f (%l/%b)"
--files-from=/home/logrsync/conf/rsync_log_file_list.20090207_124642
/path/to/source 10.254.213.203:/path/to/dest
1>>/home/logrsync/logs/server_name_rsync_log_transfer_20090207_124642.log
2>&...
2017 Feb 14
3
[Bug 2676] New: error while starting sshd daemon
...Status: NEW
Severity: critical
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: lojha at csc.com
local]# /opt/soe/local/openssh-7.2p2/sbin/sshd
/opt/soe/local/etc/sshd_config: line 554: Bad configuration option:
NoneEnabled
/opt/soe/local/etc/sshd_config: line 557: Bad configuration option:
HPNDisabled
/opt/soe/local/etc/sshd_config: terminating, 2 bad configuration
local]#
--
You are receiving this mail because:
You are watching the assignee of the bug.
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