![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| USN-597-1: OpenSSH vulnerability | iBot | Security Advisories (RSS) | 0 | 04-01-2008 10:30 PM |
| USN-566-1: OpenSSH vulnerability | iBot | Security Advisories (RSS) | 0 | 01-09-2008 10:40 PM |
| OpenSSH install | untamed | HP-UX | 8 | 01-07-2008 05:26 PM |
| OpenSSH Patch | perryl7 | UNIX for Dummies Questions & Answers | 1 | 09-14-2005 02:38 PM |
| openSSH for AIX | gefa | AIX | 2 | 02-24-2005 08:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
By the way, I did download OpenSSH 3.1, which was just released on Thursday, but I have no idea what do do with it. The command line
./install does nothing, and the command line sh install-sh runs into trouble with the "C compiler." Does anyone out there have the foggiest notion of what's going on? As far as I know, my system has all of FreeBSD 4.4 as part of its subsystem, so these scripts/programs/whatever shouldn't have trouble, right?[B] |
|
||||
|
IMHO ....
Actually if you are running FreeBSD, the easiest way to do these kinds of updates is to synchronize your ports tree. Here are some instructions on how to do that. After that you simply do: 1. cd /usr/ports/security/openssh 2. make 3. make install 4. make clean And you should be all set (assuming that your DSA/RSA and host keys were already configured). Of course, if you have problems with compilation, you also may have to update your gcc which I believe is under /ports/lang (I am not 100% sure, but since you have 4.4, you should be fairly current on gcc). One more thing to look for: old crypto files, they may be lurking around under /usr/lib. Good Luck! Of course, remember to come back and share with us your solutions Last edited by #1freebsddude; 03-09-2002 at 10:34 PM.. |
|
||||
|
D'oh! The below was pasted from the command line:
[msp-??-???-??:~] root# cd /usr/ports/security/openssh /usr/ports/security/openssh: No such file or directory. [msp-??-???-??:~] root# cd /usr [msp-??-???-??:~] root# cd /usr/ports /usr/ports: No such file or directory. No ports directory! |
|
||||
|
OK that's no problem, you can just create /usr/ports as root yourself and follow the link I suggested to download and build (if you wish).
Again, the assumption is that you have a FreeBSD Unix machine, the procedures for an OSX install may be somewhat different. Also, check to ensure that you do not have 2 different versions of libcrypto libraries, it may be picking up the old one. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|