Re: ssh-keygen only



Ron Eggler wrote:
Hi,

Can I install ssh-keygen only without all the sslopen (which again depends
on perl). I would like to do that to get a chance to create a public key on
our embedded pc 104 system. It would be nice if there was no need for the
whole deal with it's libraries and binaries to safe some space.

ssh-keygen needs these libraries, or it won't run at all:

(output of "ldd `which ssh-keygen`")
linux-vdso.so.1
libcrypto.so.0.9.8
libutil.so.1
libz.so.1
libnsl.so.1
libcrypt.so.1
libopensc.so.2
libresolv.so.2
libgssapi_krb5.so.2
libkrb5.so.3
libk5crypto.so.3
libcom_err.so.2
libc.so.6
libdl.so.2
libscconf.so.2
libssl.so.0.9.8
libopenct.so.1
libpcsclite.so.1
libltdl.so.3
libpthread.so.0
libkrb5support.so.0
libkeyutils.so.1

As for Perl, you actually managed to have a running system without Perl? Sounds like a small wonder to me :P
.


Quantcast