Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

find config ?!?!?! 1

Status
Not open for further replies.

Scunningham99

Programmer
Joined
Sep 20, 2001
Messages
815
Location
GB
Hi all

where do we run ./config as referred to in the openssl document below:-


This is the section i am refreeing to?:-

Quick Start
-----------

If you want to just get on with it, do:

$ ./config
$ make
$ make test
$ make install

thanks in advance



Sy UK
 
There's no Quickstart in the link you provided.

Generally when you do ./ it means the program you are trying to execute is in your current directory.

For ./config to work you will have to cd to the directory where config is located and then do a ./config

 
yer aware of that, sorry dont think i was totally clear!

I have used pkgadd -d to add the package:-


SMCosslg

which has installed to /usr/local/ssl.

But there is no config in there. I have done a search from root and still cannot find the config executable. Please assist!






Sy UK
 
Sy, those instructions are to build the SSL package from sources. If you are using the SunFreeware SMCosslg package then it is most likely already built. As far as I know no further configuration of OpenSSL is usually required.

Annihilannic.
 
thanks it is now working.

Im new to this.

Developers want to use sftp to box and i need to disable telnet ftp rsh etc. Please can you inform me how to do this correctly.

Thanks in advance!

Sy UK
 
Once you have SSH working, edit /etc/inetd.conf and comment out the "ftp", "telnet", "shell", "login" and "exec" entries. Then pkill -HUP inetd to make the inet daemon re-read the config file.

Annihilannic.
 
One more question...

How do I make sure ssh is running after reeboot?

please provide syntax.. much appreciated.

kind regards


Sy UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top