OpenSSH_2.5.1p1 - RH 6.2
Damien Miller
djm at mindrot.org
Tue Feb 27 08:52:32 EST 2001
On Mon, 26 Feb 2001, Devon Bleak wrote:
> what about just distributing statically linked binaries?
That doesn't prevent people from screwing it up themselves, the static
ones are also a fair bit larger:
[djm at mothra openssh]$ ls -l ssh
-rwxrwxr-x 1 djm djm 634047 Feb 27 08:51 ssh
[djm at mothra openssh]$ gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -lssh -lopenbsd-compat -lpam -ldl -lwrap -lz -lnsl -lutil /usr/lib/libcrypto.a
[djm at mothra openssh]$ ls -l ssh
-rwxrwxr-x 1 djm djm 1271097 Feb 27 08:52 ssh
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
More information about the openssh-unix-dev
mailing list