Displaying 20 results from an estimated 2000 matches similar to: "transferring large encrypted images."
2015 Oct 13
0
transferring large encrypted images.
Why are you encrypting the files and not the filesystem and the channel?
On Tue, Oct 13, 2015 at 6:54 PM, Xen <list at xenhideout.nl> wrote:
> Hi Folks,
>
> I was wondering if I could ask this question here.
>
> Initially when I was thinking up how to do this I was expecting block
> encryption to stay consistent from one 'encryption run' to the next, but I
>
2015 Oct 13
3
transferring large encrypted images.
On Tue, Oct 13, 2015 at 12:54 PM, Xen <list at xenhideout.nl> wrote:
> Hi Folks,
>
> I was wondering if I could ask this question here.
>
> Initially when I was thinking up how to do this I was expecting block
> encryption to stay consistent from one 'encryption run' to the next, but I
> found out later that most schemes randomize the result by injecting a
>
2015 Nov 09
3
Rsync and differential Backups
On 11/9/2015 9:50 AM, Gordon Messmer wrote:
>
> I don't see the distinction you're making.
a incremental backup copies everything since the last incremental
a differential copies everything since the last full.
rsync is NOT a backup system, its just a incremental file copy
with the full/incremental/differential approach, a restore to a given
date would need to restore the last
2016 Apr 05
2
doveadm sync -1 -R
Hi,
I?m migrating an old Zarafa-installation to a dovecot using mdbox and sis on Debian Jessie. To copy over the emails, I use doveadm backup on the new box - or more precisely:
vmail# doveadm -v -o imapc_user=$user -o imapc_password=$pass -o imapc_host=$host -o imapc_features=rfc822.size -o imapc_port=993 -o mailbox_list_index=no -o imapc_ssl_verify=no backup -R -x "Public folders*"
2014 Jun 11
1
Force a sync after each file copy
Dear list,
I often copy files from the hard disk to an usb key
using rsync:
rsync -Pr <from> <to>
It works fine, but the -P is fairly useless since most of the
copy is actually made when unmounting the usb keys. In the case
of big files it might means minutes of working.
So I usually put along the command a && sync, so I am fairly sure
that the unmounting will be quick. It
2003 Sep 13
3
3.6.1p2 - UsePAM & challenge response
hi, i don't understand how 3.6.1p2 breaks ssh1....
On Fri, Sep 12, 2003 at 10:27:15AM -0700, Mike Bethune wrote:
> Hello,
> the new way this works breaks windows ssh clients using v1 (I know, who cares :)
> since when these options are enabled and you connect w/v1, the server asks:
> Password:
> Response:
> and I guess these clients (tested putty, pscp, vandyke) expect
2006 Oct 22
16
Best backup software for linux
We are running backup softwares for incrementals/differentials and full backups
with variouse softwares currently using dirvish scripts + amanda .. what is
everyones views on other opensourced backup software? is there anything better
or other options we have missed? We are looking at backula as an option? any
thoughts?
Thanks
- Nathan
- http://www.linuxcare.ca
2010 Nov 24
2
Is there an equivalent to predict(..., type="linear") of a Proportional hazard model for a Cox model instead?
Hi all,
Is there an equivalent to predict(...,type="linear") of a Proportional hazard
model for a Cox model instead?
For example, the Figure 13.12 in MASS (p384) is produced by:
(aids.ps <- survreg(Surv(survtime + 0.9, status) ~ state + T.categ +
pspline(age, df=6), data = Aidsp))
zz <- predict(aids.ps, data.frame(state = factor(rep("NSW", 83), levels =
2019 Jan 23
3
Status of SCP vulnerability
Hey.
I'm also a bit concerned about this issue...
On Tue, 2019-01-22 at 13:48 +1100, Damien Miller wrote:
> Don't use
> scp with untrusted servers.
But that would effectively mean one has to toss scp.
Reality is simply that most peers cannot be really trusted? just
imagine all the administration work which is done from some
user/admin's computer to countless servers (running
2003 Oct 03
1
Cygwin/rsync/ssh automation problems
Hey all,
I have a problem I can't find a solution for. I am on my third day of testing,
researching, planning, and swearing. :) I need to set up a convenient way to
synchronize a bunch of data over the network for backups. The server is
FreeBSD and the client is Windows. Currently we are using PuTTY, Pageant, and
PSCP to SCP the files over SSH. This has various problems which led me to look
2014 Apr 18
2
tinc 1.1pre10 "failed to decrypt record" on Windows client
Tinc newbie here so apologies if this is obvious or has been discussed
already; I did search but couldn't find anything.
I'm testing tinc 1.1pre10 between a Windows 7 client and Linux server.
The Linux machine is on the internet and the Windows machine is on my
home network behind NAT. I have successfully configured a Linux client
on my home network to communicate with the server
2006 Sep 06
1
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9207)
Full_Name: Johannes Prix
Version: 2.3.1/2.3.0 not 2.1.1
OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519
Submission from: (NULL) (137.208.41.103)
In a vanilla R, version 2.3.1 or version 2.3.0 the following crashes:
system("gzip.exe")
where I did nothing, prior to this command, but change the directory to my other
working directory where there's gzip.exe. Same
2010 Jun 30
5
Possible feature request: sync_on_close mode for scp/sftp uploads
Hi all,
First, my apologies if this is not the right forum for this... if there is a more appropriate place to make OpenSSH feature requests, or if this feature already exists, please let me know.
Some background: My company makes an 'embedded' audio server box that runs Debian Linux, and one of the product's features is that users can upload files to the server via SSH, using their
2015 Oct 13
0
Fwd: transferring large encrypted images.
On Tue, Oct 13, 2015 at 5:03 PM, Xen <list at xenhideout.nl> wrote:
>
> As I said before, just rsyncing the lower layer (encrypted) of an eCryptfs
>> volume may work well -- no multiple decryption-encryption cycles and what
>> not.. Say you have an eCryptfs folder named ~/Private, then just keep your
>> images in ~/Private and rsync the lower layer in ~/.Private. If
2006 Jun 26
3
no true incrementals with rsync?
for example's sake:
With traditional backup systems, you keep a base (full backup, let's say
every 30 days), then build incrementals on top of that, eg. (what has
changed since the base).
So, to restore, you copy over your base, then copy each incremental over the
base to rebuild up to the latest snapshot. (*copying new incrementals files
over older base files*)
With rsync, (using
2016 Oct 24
2
NFS help
On Mon, Oct 24, 2016 at 5:25 PM, Matt Garman <matthew.garman at gmail.com> wrote:
> On Mon, Oct 24, 2016 at 2:42 PM, Larry Martell <larry.martell at gmail.com> wrote:
>>> At any rate, what I was looking at was seeing if there was any way to
>>> simplify this process, and cut NFS out of the picture. If you need
>>> only to push these files around, what
2009 Mar 18
3
Using Pageant & Putty under Wine -
I am having an issue with Putty v.60 with Pageant v.60 under Wine-1.1.5.
The OS is Fedora 10 x86_64, and the Wine it the current RPM version for Fedora.
It is not that Pageant or Putty is not working; both do load. Putty does talk SSH2
properly.
The actual issue is that Keys that are loaded into Pageant v.60 are not available
to Putty v.60 for authentication; I suspect that this due to
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
> On Aug 2, 2024, at 00:32, ilya Basin <basinilya at gmail.com> wrote:
>
> Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses SSH2_FXP_FSETSTAT for directories. It doesn't have a separate "touch" command to set mtime for a path and its
2020 Jun 16
15
Deprecation of scp protocol and improving sftp client
Hello all,
I believe we all can agree that scp is ugly protocol carried for ages
only for its simplicity of its usage and really no dependencies as it
is installed together with every ssh client. But as we have seen
recently, its simplicity and flexibility comes with security issues
[1], it does not have great performance and there is really no
development in there.
Over the years, we still keep
2004 Sep 23
3
Need apache ftp help please
System = CentOS / Apache 2.0 / HTML files location = /var/www/html
Nat'd IP - ports 80, 20, 21 already opened & routed to internal ip.
I desperately need the quick & dirty solution.
I need a setup where one user can ftp from another desktop (windows) to
upload new website files. I currently have CuteFTP, but will use anything
needed at this point.
I need to try to test this today.