Re: ssh dump What is blowfish?

2003-07-12 Thread Lowell Gilbert
DanB <[EMAIL PROTECTED]> writes: > # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \ > [EMAIL PROTECTED] dd > of=/mybigfiles/dump-usr-l0.gz > What is the blowfish? I s this the users name? File name? It's the encryption algorithm. ___

Re: ssh dump What is blowfish?

2003-07-11 Thread Joshua Oreman
On Sat, Jul 12, 2003 at 08:57:34AM +1200 or thereabouts, Jonathan Chen wrote: > On Fri, Jul 11, 2003 at 01:27:10PM +, DanB wrote: > > # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \ > > [EMAIL PROTECTED] dd > > of=/mybigfiles/dump-usr-l0.gz > > What is the blowfish? I

Re: ssh dump What is blowfish?

2003-07-11 Thread Jonathan Chen
On Fri, Jul 11, 2003 at 01:27:10PM +, DanB wrote: > # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \ > [EMAIL PROTECTED] dd > of=/mybigfiles/dump-usr-l0.gz > What is the blowfish? I s this the users name? File name? > Try the man-pages. blowfish(3) will give you some

RE: ssh dump What is blowfish?

2003-07-11 Thread Will Saxon
> -Original Message- > From: DanB [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2003 9:27 AM > To: freebsd > Subject: ssh dump What is blowfish? > > > # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \ > [EMAIL PROTECTED] dd > of=/mybigfiles/dump-usr-l0.gz > Wh