|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
blowfish flag
Hello all,
I'm trying to use "-c blowfish" flag to make the scp faster but I get the following error My source files are in HP-UX and I'm initiating the scp command from RedHat Linux (Red Hat Enterprise Linux Server release 5.7 (Tikanga)) Linux> scp scott@dev-host:/DATA1/oradata/DEV/*.dbf /DATA2/oradata/TEST/ no matching cipher found: client blowfish Am I missing something here? Does my Sys Admin need to configure something? Thanks for your time. |
| Sponsored Links | |
|
|
|
#2
|
|||
|
|||
|
It might be called 'bf' instead of 'blowfish'.
You don't have -c blowfish in that commandline, so where did you put it? There might be a mistake in the configuration. |
| The Following User Says Thank You to Corona688 For This Useful Post: | ||
luft (02-07-2012) | ||
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
sorry about that..my actual command was..
scp -c blowfish scott@dev-host:/DATA1/oradata/DEV/*.dbf /DATA2/oradata/TEST/ As per your suggestion I tried scp -c bf scott@dev-host:/DATA1/oradata/DEV/*.dbf /DATA2/oradata/TEST/ but it errored out with "unknown cipher type" I've tried blowfish on RHEL4 and it used to work fine...I think it needs to be configured.. Thanks for your response. |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Encript Timestamp with blowfish | zarahel | Shell Programming and Scripting | 1 | 10-18-2010 02:46 PM |
| Add the flag | sandy1028 | Shell Programming and Scripting | 2 | 06-20-2010 09:43 AM |
| du flag -x | Casey | AIX | 6 | 09-16-2009 03:56 AM |
| Bad Audit Flag | wobitu | HP-UX | 1 | 09-29-2004 05:32 AM |
| samba questions (password conversion to blowfish and is it wise to sync the useraccou | xyyz | UNIX for Advanced & Expert Users | 1 | 11-18-2002 04:22 PM |
|
|