Displaying 20 results from an estimated 1067 matches for "keygen".
2020 Apr 15
2
[PATCH] regression of comment extraction in private key file without passphrase
Hello,
In one recent change
(https://anongit.mindrot.org/openssh.git/commit/?id=2b13d3934d5803703c04803ca3a93078ecb5b715),
I noticed a regression.
If ssh-keygen is given a private file without passphrase and without the
corresponding .pub file, I doesn't extract the comment after the commit,
while it did before:
Before the commit:
$ ./ssh-keygen -q -t dsa -N '' -C foobar -f test_dsa
$ ./ssh-keygen -l -f test_dsa
1024 SHA256:/E/JUVD3FO4vHYs+8R...
2023 Mar 02
0
[Bug 3545] New: Output from ssh-keygen -e, which should always be a public-key, is not accepted by ssh-keygen -l
https://bugzilla.mindrot.org/show_bug.cgi?id=3545
Bug ID: 3545
Summary: Output from ssh-keygen -e, which should always be a
public-key, is not accepted by ssh-keygen -l
Product: Portable OpenSSH
Version: 8.9p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Componen...
2006 Apr 17
2
automating ssh-keygen
I am trying to automate ssh-keygen creating keys without a passphrase.
How can I run a script that calls ssh-keygen so that it does NOT
require a passphrase? When I was testing on the command line I
created a file that contained 2 line feeds and piped it into stdin. I
got a message mentioning that ssh-askpass could not be found a...
2012 Jul 28
1
[PATCH] ssh-keygen: support public key import/export using SubjectPublicKeyInfo
ssh-keygen already supports importing and exporting ssh keys using
various formats.
The "-m PEM" which should have been the easiest to be used with
various of external application expects PKCS#1 encoded key, while
many applications use SubjectPublicKeyInfo encoded key.
This change adds SubjectPubl...
2020 Apr 17
2
[PATCH] regression of comment extraction in private key file without passphrase
...4/2020 ? 05:52, Damien Miller a ?crit?:
> On Wed, 15 Apr 2020, Lo?c wrote:
>
>> Hello,
>>
>> In one recent change
>> (https://anongit.mindrot.org/openssh.git/commit/?id=2b13d3934d5803703c04803ca3a93078ecb5b715),
>> I noticed a regression.
>>
>> If ssh-keygen is given a private file without passphrase and without the
>> corresponding .pub file, I doesn't extract the comment after the commit,
>> while it did before:
>>
>> Before the commit:
>>
>> $ ./ssh-keygen -q -t dsa -N '' -C foobar -f test_dsa
>>...
2015 Dec 24
2
Centos7 poblems with dnssec-keygen
...org/docs/5/html/Deployment_Guide-en-US/s1-bind-rndc.html
I have bind installed and default config running. I have not applied my
customizations yet. The first step I am taking is getting rndc.key
created. So reading the guide I am trying to run (while logged in as
root, and in /etc):
dnssec-keygen -a hmac-md5 -b 256 -n HOST rndc.key
The system is just sitting there and doing nothing. I have sshed as
another session and do not see any processing being done by dnssec-keygen.
Has anyone else done this? Am I doing things in the right order? If it
works for others, then there is something w...
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Damien Miller wrote:
> > Yes I saw that later.
> >
> > The testsuite build fails on Solaris 2.6 thusly:
> [...]
> > regress/netcat.c:1037: error: 'struct msghdr' has no member named
> > 'msg_control'
>
> ah, looks like we need to copy some bits from monitor_fdpass.c
Perhaps like this:
diff --git regress/netcat.c
2015 Jun 22
3
Plans to improve reference classes?
(Moved to R-devel)
Niek,
Would you please provide the details on this test case, including your
benchmarks, and what you are trying to achieve at the high-level?
Thanks,
Michael
On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman <niek.bouman at keygene.com> wrote:
> Dear R-core team,
>
> I was wondering whether you have any plans to improve the current implementation of reference classes.
>
> Background:
> For a new project we will have many mutable objects, and we therefore want to use a construction like reference classes...
2023 Sep 03
1
[patch] ssh-keygen(1): generate Ed25519 keys when invoked without arguments
Dear all,
Ed25519 public keys being as small as they are is very convenient.
There is an opportunity to nudge the world towards modern algorithms.
I believe choices made in OpenSSH can positively impact the wider
eco-system and industry. I'd like to suggest ssh-keygen to generate an
Ed25519 keypair, if invoked without any arguments.
OpenSSH has supported Ed25519 since version 6.5 (January 2014).
The newly published FIPS 186-5 (February 2023) guidelines approve
the EdDSA algorithms specified in IETF RFC 8032 (January 2017).
At p2k23 Theo de Raadt suggested now...
2005 Jul 13
1
ssh-keygen problem with openssh-4* and openssl-0.9.7g on AIX
...,
"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 openssh with openssl-0.9.7g on Linux)
i found the following problem:
ssh-keygen creates a corrupt public key for rsa1
("keygen -t rsa1" and "keygen -yf testkey")
the public key starts with a sequence of 0 and
has only a few digits at the end
keygen -l returns key lengths between 80 and 128
for diffent keygen runs
the corrupt key isn't accepted in author...
2007 Mar 01
1
Proposed patch: ssh-keygen allows writing to stdout for moduli generation
Hello all,
I propose the following patch to ssh-keygen.c for openssh version 4.5.
It allows to redirect output of the moduli operations to stdout, to do
something like e.g.:
$ ssh-keygen -G - -b 2048 | ssh-keygen -T - -f - >moduli
Best regards,
Christian
--- ssh/ssh-keygen.c.old 2007-03-01 12:43:06.000000000 +0100
+++ ssh/ssh-keygen.c 2007-03-01...
2011 Sep 02
4
[Bug 1929] New: ssh-keygen fails to build because PKCS11 is not available
https://bugzilla.mindrot.org/show_bug.cgi?id=1929
Bug #: 1929
Summary: ssh-keygen fails to build because PKCS11 is not
available
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Compo...
2001 Jun 06
2
ssh-keygen key conversion questions
Using ssh-keygen from OpenSSH-2.9p1, I can perform the following key
conversions:
- convert a commercial public key into an OpenSSH public key:
% ssh-keygen -i -f commercial-key.pub > openssh-key.pub
- convert a commercial private key into an OpenSSH private key,
provided that the commercial key...
2015 Jan 23
5
[Bug 2342] New: ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342
Bug ID: 2342
Summary: ssh-keygen gives wrong error loading public key
message
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keygen...
2002 Oct 16
2
ssh-keygen opens NULL filename
Hi,
it's impossible to use -f option with ssh-keygen with version 3.5p1:
$ ./ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
Generating public/private dsa key pair.
open failed: No such file or directory.
Saving the key failed: .
$
--
Martin Mokrejs <mmokrejs at natur.cuni.cz>, <m.mokrejs at gsf.de>
PGP5.0i key is at ht...
2015 Mar 24
3
[Debian bug 781107] ssh-keygen -F return code has changed and is not documented
Hi,
I tripped over the effects of commit 660854 [0] when moving some
infrastructure from Debian 7 to 8 (openssh 6.0 to 6.7); our ansible
module used "return 0, but no output" for 'host not found in known_hosts
file', and now complains that ssh-keygen is returning an error status. I
don't think this change in API was announced in the release notes?
i.e. ssh-keygen -F foo.invalid -f ~/.ssh/known_hosts used to return 0
(and no output), and now returns 1 (and no output).
Is the non-zero return code really helpful here? Much infrastructure
wil...
2016 Dec 14
2
Call for testing: OpenSSH 7.4
On Tue, Dec 13, 2016 at 06:22:41PM -0700, The Doctor wrote:
> On Wed, Dec 14, 2016 at 12:12:21PM +1100, Damien Miller wrote:
> > On Tue, 13 Dec 2016, The Doctor wrote:
> >
> > > Got you. Will run make tests. So far running on
> > > FreeBSD 11.0 using openssl 1.0.2 current
> >
> > Thanks!
>
> Point of concern
>
> run test sftp-perm.sh
2018 Sep 12
2
Environments and parallel processing
...ms to happen when the child node returns their results to the master. To see this I save the pointer of env1 in the child nodes to the list envs4.
Why are environments cloned at the moment they are returned?, and is there a way to pass environments by reference when using parallel processing in R?
Keygene N.V. | P.O. Box 216 | 6700 AE Wageningen | The Netherlands
T (+31) 317 46 68 66 | F (+31) 317 42 49 39 | CoC. 09066631 | http://www.keygene.com<http://www.keygene.com/>
p/28de203a344b/keygene-invites-you-to-keygene-nodigt-u-uit>
Stay up-to-date! Subscribe to our bimonthly newsletter h...
2001 Oct 22
1
ssh-keygen can't recognize its own keys?
I'm trying to move from SSH1 to OpenSSH 2.9.9p2, under Solaris 8. Initial
setup and testing seems to work... including the generation of a new
RSA key. The key was created with "ssh-keygen -t rsa" and a passphrase;
nothing unusual.
I can SSH between machines, both running 2.9.9p2, and debug messages show
that this file is being correctly read (I think). It prompts me for the
passphrase, and all is well.
But ssh-keygen can't list the fingerprints of the key it just created...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187
Summary: ssh-keygen not converting from and to SECSH standard
correctly
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen...