CentOS 5 :: Create ECDSA On Centos 5.6 Final?

Jul 22, 2011

I have a project needing ecdsa and ec support in Openssl. Unfortunatly the openssl in CentOS 5.6 Final are built without
this functionality. As my experience with CentOS are a little on the fresh side, I would like to know my options in this case.

How I can create key pair as ecdsa?

After I upgrade openssh until version 5.8p1, It's not work on command ssh-keygen -t ecdsa 256, I got feedback "unknown key type ecdsa
"...

What I have suppose to do? when I use openssl new update my server can't work properly again, so I decided to installation again.

View 1 Replies


ADVERTISEMENT

Security :: SSH: ECDSA / RSA Conflict - Warning: The ECDSA Host Key For '<snip>' Differs From The Key For The IP Address '<snip>'

Apr 2, 2011

I've used ssh for a long time, but recently I set up a new server on my LAN. Often when I try to connect to it I get a message like so:

Code:
Warning: the ECDSA host key for '<snip>' differs from the key for the IP address '<snip>' Offending key for IP in /home/<snip>/.ssh/known_hosts:14 Matching host key in /home/<snip>/.ssh/known_hosts:12 Are you sure you want to continue connecting (yes/no)? What is weird is that, in the known_hosts file, the entry for the ip address (line 14) is a "ssh-rsa" type, but the entry for the hostname is a "ecdsa-sha2-nistp256", even though they both connect to the same server. What is going on here?

View 1 Replies View Related

CentOS 5 :: Upgrade Rpm To Rpm-4.6.0 On 5.3 Final?

Feb 18, 2010

I would like to install PostgreSQL 8.5 from this link [URL], but it complains that it needs rpm-4.6.0 as dependency. It seems that CentOS does not support rpm with version bigger than 4.2.2, or am I wrong?

View 3 Replies View Related

CentOS 5 :: Backup And Restore On 5.2 Final Release?

Mar 31, 2010

We have a linux server (centos 5.2 final), with postfix smtp server, webmin, usermin and sugar crm
We need to backup all the data, and then perform a restore on a clean machine, without any OS installed yet.

I look into many pages that says that doing a backup on linux it's as easy as pack all the files in a .TAR file. Unpacking the tar will restore the system to it's original state. Also, i'm confused because if we perform a backup and mysql has active connections, perhaps the database would be inconsistent or corrupted. In the restore step, do i need a live CD in order to boot up linux command prompt? �Can it be from any linux version, or only centos version?

View 3 Replies View Related

General :: Squid Proxy Server In Centos 5.5 Final Configuration?

Apr 12, 2011

today i encountered centos 5.5 final server with a squid configured to block facebook from 9am to 4pm. i have tried to follow up the steps but am stack where time restriction is done and there is no proxy configuration done in the browser. the ip address of the server is being used as the default gateway.

View 2 Replies View Related

CentOS 5 :: Create A CentOS Based LiveCD That Mounts A NFS Share And Executes One Script?

Aug 14, 2009

I'm trying to create a CentOS based liveCD that mounts a NFS share and executes one script there. The NFS never mounts altough while logged I can mount it with the very same command that I use in the KS.

In the %post I have :

%post --log=/tmp/post.log --erroronfail
mkdir /mnt/nfs
mount -o nolock 10.23.1.1:/csc/RemoteHome /mnt/nfs

I added the --log in order to debug, but nothing is written in /tmp/post.log. I tried redirection on the mount command with >> /tmp/debug.log but this is not written. Maybe during the post sequence /tmp is RO ? Anyway, I tried with ifup lo, service portmap start in the %post, but doesnt change (I even have a service : command not found in the live cd creator output).

Here is the remainder of the KS :
lang en_US.UTF-8
keyboard us
timezone US/Eastern

[Code]...

View 10 Replies View Related

CentOS 5 Networking :: Create PPPOE Connection On Text Based CentOS?

Jan 1, 2010

How can i add a PPPOE connection witch connect automatically on system start up in text mode in centos 5.4

View 3 Replies View Related

CentOS 5 :: Create A Boot Load Entry For Mandriva From Grub Centos?

Feb 22, 2011

Ive installed centos freebsd and mandriva but i want to manage grub from my centos and y create successfully a boot load for freebds. But for mandriva it just doesnt work... so how can a create a boot load entry for mandriva from grub centos?

View 1 Replies View Related

CentOS 5 :: How To Create Bootable CentOS Iso File With New Contents

Jun 16, 2010

I installed the latest CentOS 5.5 in my PC. I added some public domain projects on it. Now how can I make another boot-able CentOS iso file with all the new projects I just added? In the other words, I try to create a boot-able CD with the CentOS and all the projects on it.

View 1 Replies View Related

CentOS 5 :: How To Create/boot CentOs 5.3 Ram Image

Apr 6, 2010

How can I create/boot CentOs 5.3 ram image?I'm looking to create a CentOs ram image that once booted will not access the hard drive.

View 3 Replies View Related

CentOS 5 :: Possible To Create A Set Of CDs From A DVD?

Feb 2, 2010

I've googled the issue and I see that it is possible to create a DVD from a set of CDs, but is it possible to create a set of CDs from a DVD?

View 1 Replies View Related

CentOS 5 :: Create A Vm In Xen?

Apr 12, 2010

I'm trying to create a vm in xen. Where can I get the vm image of Centos 5.4? I've tried the iso images but that didnt work.

View 1 Replies View Related

CentOS 5 :: Installation Of Guest CentOS 5.5 DomU On Centos 5.5 Xen Dom0?

Aug 4, 2010

Problems with xen 3.1.2 creating and installing domU CentOS 5.5 I am trying to do a virt-install --prompt --paravirt, and the install error out while trying to download install RPMs. I have googled for xen centos virt-install and various permutations. I have found similar howtos for 5.4 and 5.3, but they resulted in the same outcome. I did find several posts with similar issues, but no solution was posted.[URL]..

View 4 Replies View Related

CentOS 5 :: Centos 5.5 X86_64 Or Centos 5.5 I386 - Difference Between The Two Versions?

Feb 9, 2011

I am in the process of building a new server on an Asus P5QPL-AM motherboard and an Intel E8600 processor.explain to me the difference between the two versions and what would you recommend.Also, is there any advantage of SATA over IDE hard drives?

View 1 Replies View Related

CentOS 5 :: How To Create Partition On The Fly

Jul 28, 2009

I only have SSH access to a server, but I need to create a small 100MB partition for an installation, that is required. how to create a partition (using 100MB from currently running partition) on the fly in Cent OS 5.3?

View 4 Replies View Related

CentOS 5 :: Create Partition With LVM?

Nov 5, 2009

I have a disk 300GB I want to make partition using LVM any time I type lvcreate /deve/parta or pvcreate /dev/parta I get a message ( bash: pvcreate: command not found ). I have CentOS Linux 5.4.

How I know if LVM is installed on my machine?

View 2 Replies View Related

CentOS 5 :: Can't Create Directories In Ftp?

Feb 20, 2010

I can log in as root and create directories fine etc But when I ftp or when I try to use the file manager on plesk, I get a permission error when I try to create a directory anyone any ideas why it does this ? Also i have a wordpress blog and when I try to add a new theme the theme wont add, because it is unable to create the folder to put the new theme into so this seems to be teh same issue, ive tryed altering the folder permissions but this doesnt many any difference. is there a way to let my ftp and wordpress be able to create directories ?

View 19 Replies View Related

CentOS 5 :: Create Boot CD ?

Jul 27, 2010

I am running CentOS 5.5 and I want to create a boot CD so that if my boot partition is moved I can still boot from the boot CD and re-initialize grub again. Is there some easy to use utility which will enable me to do this ?

View 4 Replies View Related

CentOS 5 :: How To Create Ftp User Id

Aug 3, 2010

now how can i create ftp user id and password and allow them to access only specific directory under the wwwhtml directory.

ftp-0.17-35.el5
vsftpd-2.0.5-16.el5_4.1
lftp-4.0.5-1.el5.rf

actually i am having three different user and i want them to allow three different directory under www/html/user1 www/html/user2 www/html/user3

View 6 Replies View Related

CentOS 5 :: How To Create Own RPM Repo

Sep 29, 2010

I'm writing a lot of RPM's and I would like to make some of them available to other users, through my website. On the server side, everything is set (directory structure, etc.). I just don't know how to build the custom .repo file, containing only my custom RPM's.
$ su -
# cd /etc/yum.repos.d
# wget [URL]

View 1 Replies View Related

General :: Create User For CentOS W/ Ssh?

Oct 22, 2010

I've got a remote server running CentOS and I require a new user account who would have access to sftp & ssh functions.I've got a bit of a problem creating the user since whenever I try to login with the new account through ssh (putty) I keep getting access denied.I've made different accounts with userids above /below 500; even though I'm a complete noob so no idea how I'm supposed to go about this.

View 6 Replies View Related

General :: Create Ftp User Id In Centos?

Aug 1, 2010

i wan to create ftp user id and password in centos , so that i can provide access to various director in www folder.

View 7 Replies View Related

Server :: Create A,NS And MX Record In CentOs

Apr 11, 2011

I would like to know how to create a A,NS and MX record in centos.

I dont know where the DNS zone file is in CentoS

View 2 Replies View Related

Software :: How To Create A Centos Distro

Jul 3, 2011

Im looking to create my own centos distro.

View 3 Replies View Related

CentOS 5 :: Create A Super User?

May 16, 2009

I understand how to create a super user, but I do not understand how to create a password for that user. Can someone tell me how to please? Also when do I do this? Logged in as who?

View 1 Replies View Related

CentOS 5 Server :: How To Create Some PHP Extensions

Jun 16, 2009

I'm trying to create some PHP extensions. I have installed php-devel as well as the other preqs I thought were required. However I'm not able to find ext_skel. The file README.EXT_SKEL was installed, but not the actual program (find / -name ext_skel). My understanding was ext_skel was installed with php-devel. I know it is in the source code, but I'm not sure where to get the source for PHP 5.1.6 for my version of CentOS.

I'm running linux 5.3
2.6.18-128.1.10.el5
i386

View 1 Replies View Related

CentOS 5 :: How To Create Nologin User

Oct 9, 2009

I want create no login ssh user for ssh tunnel with ssh.

View 4 Replies View Related

CentOS 5 :: Create A Partition With GUI Without Formatting?

Dec 10, 2009

I am using CentOS 5.4 dvd to install. What I need is to be able to create a partition with GUI (it's druid, maybe) without formatting it. I remeber once there was a check into creating new partition form, but maybe i am confusing with fedora or other distros. Is there a way to complete job using GUI or should i create partitions: / /boot and swap with GUI and the others with fdsik?

View 3 Replies View Related

CentOS 5 :: Create An Unkillable Process?

Dec 27, 2009

I have a process that seems to be unexpectadly quitting. Checking the messages log I could not find anything out of the ordinary. Would anyone here know how to make a process unkillable or lock a process somehow? I read information on doing this by making a looped iso, however the process im starting requires to be able to read/write to the files in the iso so this is not going to work. For now I just niced the process to top priority but I dont really think that will work. This process is a voice server so I dont want people getting discouraged that the server will not stay up and decide not to use the free service im offering.

Would anyone else have any insight as to what I can do? Im not new to linux but im not familiar enough with how every command is used, so if at all possible please give me the commands that need to be executed.

View 5 Replies View Related

CentOS 5 :: How To Create A Personal Server

Jan 5, 2011

I would like to create a customized CentOS server, or it will serve me as a server (postfis) postfixadmin, Hylafax, webmail (Roundcube for example) and may be I would integrate suger crm.

If I create it all this server and it runs perfectly. my goal is I create a compilation or for example I install this distrubution and wonder just some configuration (eg IP address or the time just) knowing that by the end of the installation I find hylafax, postfix , and all AC roundecube install it remains for me to set them up! Taking the example of Elastix cd: www.elastix.org/ or it can make all AC (but its main role is the PABX).

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved