Displaying 20 results from an estimated 11000 matches similar to: "Use of Private Keys"
2002 Mar 14
1
SCP or RCP standards
Hi All,
I am looking for SCP or RCP standards. I searched on the web but I am not
able to find the standards. Please mail me the link where I can find the
standards for SCP or RCP.
Thanks,
Abhijeet
2012 Oct 24
5
Multiple resource definition error
Hi,
So, I am writing a module to install and configure ucarp. There is only
one module in puppet forge and that is not that good.
In ucarp, same configuration files have to be served on two servers and
to configure the host I am defining a custom resource
ucarp::host::config. So, for using, I''ll have to create this resource
two times on two different servers. So, this resource
2002 Apr 11
2
SSH2_MSG_KEX_DH_GEX_REQUEST_OLD
Hi All,
I am trying to decode the message received from openssh client 3.1.0
Following is the third message which I received.
length = 0000 008c
padding length = 06
messagetype = 1e (SSH2_MSG_KEX_DH_GEX_REQUEST_OLD)
padding = b8 218e c680
and the next four byte should have the n which is 0000 0080 which is less
than 1024.
0000 008c 061e 0000 0080 2a19 a9e4 05fb
aee2 b107 4fa9 f0c1 83d3 3bf0
2012 Nov 16
4
Scope object available functions and getting the local scope, or node scope variable values
Is there a way to get the local scope values of puppet variables via
scope.? wat r all the available functions in scope? can anyone provide a
working example.....
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/zVW-0uI2yMAJ.
To post to this group,
2014 Jul 25
1
improving passphrase protected private keys
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I got a proposal
for a slight different default
private key encryption protocol.
Here is my understanding what
ssh-keygen currently does.
According to this article:
http://martin.kleppmann.com/2013/05/24/improving-security-of-ssh-private-keys.html
when you create a new key with a
passphrase to protect it, ssh-keygen
uses a hard-coded openssl
2012 Oct 13
0
Import loop detected at "/location/to/file"
Hi,
Till now, I used to use pre-commit hook on the client side but now I am
planning to setup the update hook at the server side. While creating
modules, the way we do it here is that there will be many files like
*.pp in the manifest directory but there is one more file named init.pp
that has "import *" & some other stuff that needs to go to every box
written in it. This way,
2014 Jun 19
0
Use keepalive to monitor health of qemu-kvm process
Hi everyone,
I've had instances where qemu-kvm process dies and become a zombie. At
that state, libvirtd reports the instance to be running and I can't
restart the VM because libvirtd fails to kill the qemu-kvm process.
Finding the root cause of that is a topic for another day.
I also see this line in logs:
Jun 15 13:36:57 d12566 libvirtd: 10424: warning :
virKeepAliveTimerInternal:156 :
2024 Oct 25
1
[PATCH] Memory leak fixed - when lauched as non-root user When we lauch sshd as non-root user, its still able to load public keys but fails to load private keys. So before exiting free the memory allocated for the public key
---
sshd.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sshd.c b/sshd.c
index dda8d9b77..cbdced5db 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1533,6 +1533,8 @@ main(int ac, char **av)
} else {
do_log2(ll, "Unable to load host key: %s",
options.host_key_files[i]);
+ sshkey_free(pubkey);
+ pubkey = NULL;
sensitive_data.host_keys[i] = NULL;
2003 Jun 05
3
[Bug 589] scard-opensc.c: load only those keys for which there's a private key
http://bugzilla.mindrot.org/show_bug.cgi?id=589
Summary: scard-opensc.c: load only those keys for which there's a
private key
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Smartcard
2013 May 23
1
Time for key stretching in encrypted private keys?
In 0.9.7 the private key encryption was switched from 3DES to AES,
(https://bugzilla.mindrot.org/show_bug.cgi?id=1550) the motivation for this
being that 128-bits of security is better than the 112 or so you get from
3DES these days. Interestingly that bug is about upgrading to AES-256, but
we ended up with AES-128. Presumably due to the Solaris crippling?
However ssh-keygen still uses a
2002 Jan 25
1
Generating custom public/private keys
This may not be the run of the mill, but does anyone have any idea how to
create keys that will work with the text I want in them. The reason I'd
like to do this is that if a computer on the network has to be replaced due
to a fault on it, I'd like to be able to just put the new key on the box
without having to regenerate using ssh-keygen the keys for the entire
network it is on.
2002 Dec 29
0
[Bug 459] New: ssh-keygen doesn't know how to export private keys
http://bugzilla.mindrot.org/show_bug.cgi?id=459
Summary: ssh-keygen doesn't know how to export private keys
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-unix-dev at mindrot.org
2011 Sep 06
2
[Bug 1044] ssh-keygen private keys export - new feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1044
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1930
--- Comment #6 from Damien Miller <djm at mindrot.org> 2011-09-06 10:34:19 EST ---
Retarget unresolved
2011 Nov 04
0
[Bug 1044] ssh-keygen private keys export - new feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1044
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #9 from Damien Miller <djm at
2016 Aug 02
0
[Bug 1044] ssh-keygen private keys export - new feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1044
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
2007 Dec 31
0
[Bug 1044] ssh-keygen private keys export - new feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1044
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
CC| |dtucker at zip.com.au
--
Configure bugmail:
2024 Jan 22
0
How to determine which cipher was used to encrypt OpenSSH private keys
As part of audit due diligence, we need to determine which cipher was used to encrypt OpenSSH private keys, but I don't see any command option to view this for a given SSH private key file.
Scott
Kyndryl
Senior Lead SRE ? BNSF
2024 Jan 23
2
How to determine which cipher was used to encrypt OpenSSH private keys
On Mon, 22 Jan 2024, Jakub Jelen wrote:
> Hi,
> looking through the key specification, you can see that its the second
> field in the key file:
>
> https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key#L11
>
> It looks like there is no convenient way to get this information with
> openssh cli, but given that the file format is just base64 encoded,
> you
2024 Jan 24
1
How to determine which cipher was used to encrypt OpenSSH private keys
And given that this code is reading your private key files, I guess I should have added "if you trust its developer"
Otherwise, I'd stick with the shell script or python snippet.
2010 Apr 06
2
rsync over ssh, multiple private keys sharing same UID, chroot
I am thinking of configuring a service where multiple users have their
own private keys to do rsync over ssh. I don't want each of these
users to have their own UID. I want them each to share a UID, but
to have space on the ssh server isolated from any other user.
Let us assume that I also wish to prevent them from using any
service other than rsync.
Is this possible? Is a sensible approach