search for: jmallett

Displaying 2 results from an estimated 2 matches for "jmallett".

Did you mean: mallett
2003 Mar 27
5
How did I Break ssh?
Every attempt to connect to anything from a new FreeBSD system results in a "host key verification failed." ssh 127.0.0.1 even fails this way. I started with a new FreeBSD4.7 installation and un-tarred the contents of another 4.7 system to essentially clone this one. My tar ball purposefully did not have the /etc/ssh directory in it so as to not overwrite any of the files in the
2009 Jun 01
0
A couple of small, paid userland hacker projects.
Hey there, I'm looking for someone to implement each of the following: (1) Make pkg_add(1) not use system(3) to execute external programs to do things that it can implement internally (i.e. calling out to tar(1) is fine, calling out to mkdir(1) is not.) Alternately, rewrite pkg_add as a sh(1) shell script, with perhaps a minimal utility written in C (pkg_admin?) to muck with /var/db/pkg.