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.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ssh dump What is blowfish?

2003-07-11 Thread DanB
# /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?

Dan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
 What is the blowfish? I s this the users name?  File name?
 
 Dan
 

Blowfish in an encryption algorithm. 'man ssh' and you can read about the various 
algorithms you can specify via -c.

-Will
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 info.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
If you wish your merit to be known, acknowledge that of other people
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 s this the users name?  File name?
  
 
 Try the man-pages. blowfish(3) will give you some info.

No, it won't. (5.0)

-- Josh

 -- 
 Jonathan Chen [EMAIL PROTECTED]
 --
 If you wish your merit to be known, acknowledge that of other people
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]