Displaying 20 results from an estimated 7000 matches similar to: "how not to use rsa"
2000 Mar 07
2
rsaref usage
First, when I tried to start sshd, I got the message
Starting sshd: ssh-keygen: no RSA support in libssl and libcrypto.
See ssl(8).
sshd: no RSA support in libssl and libcrypto -- exiting. See ssl(8)
no RSA support in libssl and libcrypto -- exiting. See ssl(8)
So I thought I have to recompile openssl with rsaref flag to config.
When I did that, I got compilation error (this is version 0.9.5
2000 Mar 15
3
scp problem
On the box moni, I have
rpm -q openssh
openssh-1.2.1pre25-1us
on the box karadi, I have
rpm -q openssh
openssh-1.2.3pre2-2
On moni, I do/get:
scp "wierdlm at karadi:11Lecture/lecture.tex" .
wierdlm at karadi.msci.memphis.edu's password:
bash: scp: command not found
What can be wrong? Do I have to specify the remote path to scp? (It
is in $PATH for wierdlm at
2000 Jan 14
1
forum to discuss problems
Please tell me where I can ask questions on ssh's use.
I installed openssh on two Linux boxes, one is RedHat 6.0 the other is
RedHat 6.1. I used the rpms at
ftp://thermo.stat.ncsu.edu/pub/openssh-usa/
I used the us versions, and I touched no config files whatsoever.
>From one machine, I have no problems connecting to the other machine,
but does not work the other way around.
Here are
2000 Mar 05
1
No subject
I've installed openssl-0.9.5 using rsaref.a. When I build ssh-1.2.2 with
./configure rsaref is still get the following error when running ssh: ssh:
no RSA support in libssl and libcrypto. See ssl(8).
What am I doing wrong ?
2000 Mar 13
0
following your openssh footsteps
On Mon, Mar 13, 2000 at 07:43:09AM -0800, jeet M wrote:
> Mate,
> I seem to be doing the same install you are for open
> ssh on a solaris 7 box. I am getting the same error
> you did when starting sshd (no RSA support in libssl
> and libcrypto ...). I've installed zlib,
> openssl-0.9.5 and egd-0.6, did the LDFLAGS and CFLAGS
> declarations and configured --with-egd
2000 Mar 06
2
spec file
I have looked into the spec file for the openssh rpm.
In the %preun stanza, I noticed that the currently running sshd is
stopped only when removing the package. On the other hand, it is
theoretically possible that a new version of openssh may install files
which would make the old sshd misbehave.
So I think, it is better to stop sshd every time the package is
upgraded.
Also, the %post stanza
2000 Mar 13
4
ssh works only as root
On my solaris 2.6 box, I get
ssh moni
ld.so.1: ssh: fatal: libz.so: open failed: No such file or directory
Killed
while as root, I have no problem. Note that
echo $LD_LIBRARY_PATH
/space/local/lib:/usr/local/lib:/usr/openwin/lib:/usr/lib:/opt/x11r5/lib
ls -l /space/local/lib/libz.*
-rwxr-xr-x 1 wierdlm faculty 70488 Mar 10 17:26 /space/local/lib/libz.a
-rwxr-xr-x 1 bin bin
2000 Mar 13
2
rsaref test
Is it true that configure tests for the existence of librsaref.a, and
if it finds it, it assumes that that rsaref is supposed to be used---*even
if openssl was not built with rsaref support* ?
Mate
2000 Mar 07
0
ANNOUNCE: openssh-1.2.2p1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is a patch release which contains fixes to all the problems
which have been reported over the last month.
Most importantly: OpenSSL-0.9.5 has exposed a bug in RSA key
generation on systems which lack a /dev/random (Solaris, HPUX,
SCO). On such systems this port was not properly initialising
OpenSSL's entropy pool. This results in lower
2000 Mar 13
4
A few more Solaris 7 bugs in 1.2.3pre2
These are all in the port of 1.2.3pre2:
- configure accepts --includedir, but doesn't seem to pass it on to the
Makefile. You have to edit the Makefile manually if you have include files
anywhere but /usr/include. Which is a problem because...
- The Makefile doesn't include /usr/local/include by default, which is where
zlib installs itself by default. Probably oughta be in there.
2000 Jul 14
2
Still a problem with openssh and rsaref
I have openssl linked against rsaref and rsaref libraries are in my path
but for some reason openssh now fails on SSLeay / OpenSSL tests.
checking for OpenSSL directory... configure: error: Could not find working SSLeay / OpenSSL libraries, please install
and config.log shows:
configure:2795: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include
-L/opt/openssl/lib -L/opt/openssl conftest.c -ldl
2000 Mar 01
1
Post-compile RSA error with 1.2.2, Solaris 7, OpenSSL 0.9.5
I've been happily using the pre-packaged OpenSSH on my Debian systems
for several weeks. Yesterday I finally started the process of getting
OpenSSH up and running on all our Solaris boxes, to replace the
existing (patched) 1.2.27 non-free version. (Our in-house patches to
1.2.27 include generation of kernel-level audit data for both IRIX and
Solaris, and I want to port/contribute that code
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
I am trying to enable full WebRTC support on asterisk-11.15 for installation on a CentOS 5 machine. Currently the distro cannot be upgraded to any later CentOS series. This CentOS series ships with openssl-0.9.8e, which lacks DTLS-SRTP support required for
WebRTC. So I decided to build a parallel install of openssl. I chose the Fedora 21 package, openssl-1.0.1j, and built it on CentOS 5. The
2007 Sep 13
3
Problem on installing rubyworks on centos5
hi all,
I have met a problem on installing rubyworks on centos5. I have
checked the install steps from here:
http://rubyworks.rubyforge.org/installation/centos.html
when running the command: sudo yum install rubyworks, i got the
following errors:
----------------------------------------------------------------------------------------------------------------------
--> Running transaction
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
Below I've includes a patch which helps build OpenSSH outside from a
read-only source tree, find OpenSSL on Mac OS X, and fix a typo.
This applies to OpenSSH 2.1.1p4.
You should already have gotten a note from Melissa O'Neil about a
conflict with the crc32() symbol in zlib, which was causing a crash on
Darwin.
I've noticed another bug. If ssh is setuid, I get a permission
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you
need to not only include
--with-acl-support in debian/rules, you also need to
vi debian/config.cache
--> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}"
with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}"
This will allow it to compile.
Unfortunately, for me,
2004 Mar 19
1
Samba3 installation issues
I'm trying to install the Samba3 rpm's on a SuSE 9.0 machine. When I try
it, I get the following message(s):
LX1020:/opt/samba3 # rpm -ivh samba3-*
error: Failed dependencies:
libasn1.so.5 is needed by samba3-3.0.2a-0
libcom_err.so.1 is needed by samba3-3.0.2a-0
libcrypto.so.0.9.6 is needed by samba3-3.0.2a-0
libdb-4.0.so is needed by samba3-3.0.2a-0
2000 Jan 14
1
minor prob with spec file
The openssl rpm needs to be installed on the system *before* the
openssh-server rpm is installed. This is because the openssh-server's
post script does the host key generation.
As it is now, the command
rpm -U openss*
intended to install openssh* and openssl* will report that the host
key generation failed. Fix: change
PreReq: openssh chkconfig >= 0.9
to
PreReq: openssh chkconfig
2017 Jun 16
0
ssmtp not working properly.
Hi.
I have a sever running centos 7, I had install ssmtp from epel repo,
but every time I test in my console I got this ugly message.
mail -s test myusername at mydomain dot com
7fc10a187000-7fc10a18a000 r-xp 00000000 09:7e 268635290
/usr/lib64/libcom_err.so.2.1
7fc10a18a000-7fc10a389000 ---p 00003000 09:7e 268635290
/usr/lib64/libcom_err.so.2.1
7fc10a389000-7fc10a38a000 r--p 00002000
2016 Jul 03
3
Dovecot 2.2.25 fails on SSL
Dear Dovecot developers!
This problem already existed some years ago, has been fixed,
and now it's there again in Dovecot 2.2.25 (2.2.24 was fine).
I'm running CentOS 6 with a custom OpenSSL installation in /usr/local/ssl
Therefore, Dovecot is configured like this:
env SSL_CFLAGS="-I/usr/local/ssl/include" SSL_LIBS="-L/usr/local/ssl/lib -Wl,-R/usr/local/ssl/lib -lcrypto