Displaying 20 results from an estimated 4000 matches similar to: "problem running ssh-keygen in Solaris 8 x86"
2004 Jun 28
2
PRNG is not seeded
hi
I am using Solaris 8 and installing the 3.8 openssh software that I received
from www.sunfreeware.com
I following the installation instruction see attachment but when I get to
ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N ""
I get a PRNG is not seeded could you help me in this matter. Thank you for
your cooperation.
Spencer Crim
2005 Nov 22
6
[Bug 1123] Never Completes Generating Keygen
http://bugzilla.mindrot.org/show_bug.cgi?id=1123
Summary: Never Completes Generating Keygen
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo: bitbucket at mindrot.org
ReportedBy: giffordj at
2002 Apr 25
2
ssh-rand-helper probs
Hi all
Am i doing this right? Is this the right list to post to? If not, a
quick lesson in ettiquette for me would not hurt. As I am both just
starting to use newsgroups and SSH, I am not entirely familiar with the
processes. I have a question about ssh-rand-helper. First an outline: I
am currently using the SSH packages for Solaris 2.8 available at
sunfreeware.com. The environment is
2001 Sep 25
2
question
according to the openssh mailing list page, this is the spot to
report/discuss bugs and i have a potential one. on the other hand, it is
probably something i am not doing correctly.
the system is red hat linux 6.2 (yuk) running the openssh rpm i grabbed off
of the portable openssh site listing, with sshd version OpenSSH_2.9p2
i have it installed via rpm and when i go to launch sshd it gives me
2006 Oct 31
2
Running two sshd's
Hi all,
I'm wondering whether it is feasible or not to run two distinct sshd
daemons with different config options!
I have a CentOS 4.4 gateway with 2 Ethernet interfaces. One is
connected to the Internet and the other to the LAN.
Basically, what I would like to do is having a sshd that listens to
the LAN interface with password enabled auth. and a sshd bound to the
Internet interface with
2013 Aug 05
4
[patch/Cygwin]: Simplify host key generation in ssh-host-config script
Hi,
as the subject says, the below patch just simplifies the host
key generation in the Cygwin-specific ssh-host-config script.
Rather than testing and generating each key, call ssh-keygen -A.
Could somebody with checkin rights please apply?
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
2004 Jan 15
2
Bug report
I try to install openssh-3.7.1p2(and its Run-time dependencies) on an HP rx2600 OS-version 11.23
When I execute :
./ssh-keygen -t rsa1 -f /usr/local/etc/openssh/ssh_host_key -N ""
I get the following error message:
/usr/lib/hpux32/dld.so: Unable to find library 'libcrypto.sl.0.9.7'.
Killed
********* -> [ Exit 137 ] <- *******
What is the problem, can you help me?
2015 Sep 07
10
[Bug 2459] New: ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459
Bug ID: 2459
Summary: ssh-keygen -t rsa1 should be removed from Makefile
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: Build system
Assignee:
2003 Jun 07
1
openssh reading only SOME ssh1 hostkeys from ssh.com ssh
Hey folks, I've asked this on the security focus mailing list, but no
one seems to know...
I'm in the process of moving my company from old crufty ssh.com ssh1 to
openssh.
On most of our hosts, we've created rsa and dsa keys but managed to KEEP
the old rsa1 key...
However, on a few hosts, openssh has been unable to read the old rsa1
key and has claimed:
debug1: Unsupported
2001 Jan 11
3
ssh-keygen: passphrase.
Looking at openSSH INSTALL:
To generate a host key, run "make host-key". Alternately you can do so
manually using the following commands:
ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ""
ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N ""
But when I try latter, I get:
(gdb) n
1 0x35a6 in save_private_key_ssh2 (
filename=0xb2d2c
2017 Feb 16
2
Issue with ssh-keygen
On Fri, Feb 17, 2017 at 09:28:52AM +1100, Darren Tucker wrote:
[...]
> so yeah, ssh-keygen should have probably errored out "unsupported key type".
diff --git a/sshkey.c b/sshkey.c
index 4768790..f45e239 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -89,7 +89,9 @@ static const struct keytype keytypes[] = {
{ "ssh-ed25519-cert-v01 at openssh.com", "ED25519-CERT",
2004 Nov 03
1
Is it mandatory to generate host keys on the target host, or can they be generated on another host and transfer to thetarget host
Hello,
My question in 2 words is the following:
Is it mandatory to generate host keys on the target host, or can they be
generated on another host and transfer to thetarget host ?
If my question is not clear here is an example...
I need to install host keys on a host server.
I imagine the usual way is to launch the following command locally on the
host server .
# ssh-keygen -t rsa1
2005 Jul 13
1
ssh-keygen problem with openssh-4* and openssl-0.9.7g on AIX
hi
i got a strange error for openssh-4.0p1 and openssh-4.1p1
(didn't try other versions) with openssl-0.9.7g on AIX 5.1
openssl-0.9.7g and openssh build without errors,
"make test" for openssl returns no errors,
"make test" for openssh stops at the first connection test
"make test" for openssh with openssl-0.9.6m returns no errors
(i don't get errors for
2017 Feb 15
2
Issue with ssh-keygen
Hi,
I am running openssh7.3p1 on an embedded Linux system and discovered this problem.
If I run:
ssh-keygen -t rsa1 -f testfile
it appears to generate the key and I get the output:
Generating public/private rsa1 key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saving key "testfile" failed: unknown or unsupported key type
Should this option
2015 Mar 22
5
[Bug 2369] New: `ssh-keygen -A` errors on RSA1 when building with SSH1 disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2369
Bug ID: 2369
Summary: `ssh-keygen -A` errors on RSA1 when building with SSH1
disabled
Product: Portable OpenSSH
Version: 6.9p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
2002 Apr 30
1
OpenSSH - make install coredump for dsa key pair
Hello fellow OpenSSH workers,
I have encounter this when I was installing OpenSSH:
Generating public/private rsa1 key pair.
Your identification has been saved in /etc/ssh_host_key.
Your public key has been saved in /etc/ssh_host_key.pub.
******************************************************
Generating public/private dsa key pair.
Bus Error - core dumped
2002 Jun 10
3
OpenSSH with slow login
Hi,
I have installed Openssh on a HP-UX 11.00 and I am having a problem. It
lasts 5 minutes to login, after I enter my login and password.
I try to connect from a Windows machine having a Tera Term SSH client to the
HP UX with the OpenSSH server ?
Why does it take so long time (5 minutes) to establish a connection from a
remote machine to this openssh server ?
When I do Telnet to the same
2017 Feb 16
1
Issue with ssh-keygen
On Wed, Feb 15, 2017 at 9:50 PM, Kelly Dunlop <kdunlop at guralp.com> wrote:
>
>
> Hi,
>
> I am running openssh7.3p1 on an embedded Linux system and discovered this problem.
>
> If I run:
>
> ssh-keygen -t rsa1 -f testfile
>
> it appears to generate the key and I get the output:
>
> Generating public/private rsa1 key pair.
>
1999 Dec 09
2
ssh-keygen key length mismatch?
Scenario:
Use the ssh-keygen utility in openssh-1.2pre17 to generate a host key
Kill and restart sshd
Remove the old host key from ~/.ssh/known_hosts
Connect to the host using ssh.
I get this:
homer.ka9q.ampr.org$ ssh 199.106.106.3 who
The authenticity of host '199.106.106.3' can't be established.
Key fingerprint is 1024 a0:8d:17:f0:fa:a9:9f:6f:b5:d0:1c:d6:02:92:bd:5e.
Are you sure
2002 Jul 24
2
ssh-keygen listing fingerprints little unclear
Since ssh-keygen is not listing the _types_ of keys I have in my file,
wouldn't it be a good idea to make the -t switch filtering out the
selected type of key when doing a listing with -l?
i.e. in this case I see both rsa1, rsa, and dss keys:
$ ssh-keygen -l -f ~/.ssh/known_hosts
1024 a9:4f:0b:b6:33:d7:d0:ad:6a:11:b4:57:25:7e:1e:f8 fluff.x42.com
1024