I’ve gotten so far behind.
I was trying to update OpenSSH to 4.5p1.. but I also needed to update zlib and openssl.. Well, I can’t find where FreeBSD installed them in my initial install.. so i create a /usr/local/source directory and point it to there..
Yay! It works! . Except, one problem. In the old version if you added “enable_sshd=”YES” to rc.conf it looks to the old binary which is in /usr/sbin/sshd and with this version the binary is in /usr/local/sbin/sshd
so.. do I create a sym link? not sure how else to go about it..
“At runtime, sshd will use the path defined in /etc/login.conf
Make sure the path to scp is present, otherwise scp will not work”
is the message i get after configuring.. except there isn’t a reference to sshd in login.conf!
EDIT: I got it I got it.. Except.. It’s still not recognizing my latest version of openssl.. I still have an hour to fix it before I have to go home.. lol. I’ll get it