search for: pub_key

Displaying 20 results from an estimated 37 matches for "pub_key".

2010 Jul 06
2
ssh authorized key problem in AIX
hi guys, I am having an unusual behaviour in puppet with AIX (client node) while copying ssh key from puppet-server to client. here is what i am trying to do; $username = "xyz" $group = "system" $home = "/home" $sshDir = ".ssh" $pub_key = "id_rsa.pub.xyz" 1. creating all users virtually in one go 2. realize them all and copy each of their''s .ssh/authorized_keys. The keys are located on puppetserver with name "/etc/puppet/modules/userkeys/id_rsa.pub.$username". in puppet i m writting foll...
2017 Jun 23
5
OpenSSL 1.1 support status : what next?
OpenSC has taken a different approach to OpenSSL-1.1. Rather then writing a shim for OpenSSL-1.1, the OpenSC code has been converted to the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and macros was written to support older versions of OpenSSL and Libressl. https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h The nice part of this approach is
2017 Jun 24
2
OpenSSL 1.1 support status : what next?
...> ENGINE_finish(ctx->engine); > #endif > ?? > OPENSSL_cleanse(ctx, sizeof(*ctx)); > > ?? > return 1; > } > ?---->8----- > > > Other functions are getter and setters such as : > > ?----8<-----? > void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) > { > if (pub_key != NULL) > *pub_key = dh->pub_key; > if (priv_key != NULL) > *priv_key = dh->priv_key; > } > > int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) > { > /* If the field pub_key in dh is NULL, the corresponding i...
2012 Aug 21
5
DomUs hidden behind Dom0 in the network?
Hello, I am trying to set up a PVM (a the moment Ubuntu as guest and Ubuntu server as Dom0). The main issue is that the DomUs can''t get direct net access, because the access is restricted by a DHCP server that also functions as proxy to the outside of the network. The server controls the MAC address and only http is allowed as outgoing connection. So the domUs shouldn''t appear
2016 Sep 28
5
Good Bye SAMBA?!?!?
...This is a joke, nor? ß) > He'd not last an afternoon in the postfix or openldap mailing lists. Or in the windows-server irc channel for that matter. > -- > --- > Niels Dettenbach > Syndicat IT & Internet > http://www.syndicat.com > PGP: https://syndicat.com/pub_key.asc > --- > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
2016 May 26
3
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
...t;> >> Niels. >> >> i.A. >> StadtRadio Göttingen 107,1 MHz >> http://www.stadtradio-goettingen.de >> >> -- >> --- >> Niels Dettenbach >> Syndicat IT & Internet >> http://www.syndicat.com >> PGP: https://syndicat.com/pub_key.asc >> --- >> >> >> >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> > >
2020 Mar 31
1
mail_crypt crashing randomly during LMTP
...lose(struct mailbox *box) { struct mail_crypt_mailbox *mbox = MAIL_CRYPT_CONTEXT(box); struct mail_crypt_user *muser = - MAIL_CRYPT_USER_CONTEXT_REQUIRE(box->storage->user); + MAIL_CRYPT_USER_CONTEXT(box->storage->user); if (mbox->pub_key != NULL) dcrypt_key_unref_public(&mbox->pub_key);
2006 Nov 10
4
[Bug 1260] Link failure with openssl 0.9.8
http://bugzilla.mindrot.org/show_bug.cgi?id=1260 Summary: Link failure with openssl 0.9.8 Product: Portable OpenSSH Version: 4.4p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: schulz at
2016 Sep 29
3
Good Bye SAMBA?!?!?
...he postfix or openldap mailing >> lists. Or in the windows-server irc channel for that matter. >> >>> -- >>> --- >>> Niels Dettenbach >>> Syndicat IT & Internet >>> http://www.syndicat.com >>> PGP: https://syndicat.com/pub_key.asc >>> --- >>> >>> >>> >>> >>> >>> -- >>> To unsubscribe from this list go to the following URL and read the >>> instructions: https://lists.samba.org/mailman/options/samba > >
2016 Sep 28
3
Good Bye SAMBA?!?!?
Hein guys... I already said before: I LOVE LINUX! And indeed, I use it in my desktop, here in my work and my home as well! And I thing this debate is very very good to improve what we have today! 2016-09-28 8:12 GMT-03:00 barış tombul <bbtombul at gmail.com>: > Hi Gilberto; > Bye Byee > > 2016-09-27 22:02 GMT+03:00 Gilberto Nunes via samba <samba at lists.samba.org >
2012 Aug 12
4
opensuse as Dom0
Hi all I succed to install xen 4.1.2 on open suse .for as , all gone well. when i boot the xen it succeds . when i type "xm list" arise an error , such this "Error: Unable to connect to xend: No such file or directory. Is xend running?" . I post here the content of menu.lst file. Please help me ........................ # Modified by YaST2. Last modification on Wed Aug 8
2001 Jun 28
1
Adding 'name' key types
Playing around with the [wonderful] GSS-API patches for OpenSSH [1] I noticed that there is a bit of functionality missing from OpenSSH/GSS-API, namely that authorized_keys2 has no meaning when using GSS authentication. Yes, ~/.k5login can be used to grant access to an account for applications that support Kerberos, as does OpenSSH with those GSS patches, but .k5login does not and cannot provide
2020 Mar 29
3
mail_crypt crashing randomly during LMTP
Hello everybody, hope you?re all well! We have a really strange bug with our dovecot setup. After weeks and month of debugging we?re finally reached the point when we ask you for help. Our basic setup is quite simple: a single dovecot 2.3.10 (0da0eff44) install on Debian 10 with LDAP as user/passdb and sieve, imap_sieve and mail_crypt as mail_plugins. For the mail_crypt we have a special rule
2002 Jan 24
1
PATCH: krb4/krb5/... names/patterns in auth_keys entries
...v 2001 10:38:46 -0500 +++ 3_0_2p1_w_named_keys.1(w)/key.c Thu, 24 Jan 2002 10:52:24 -0500 @@ -57,6 +57,8 @@ k->flags = 0; k->dsa = NULL; k->rsa = NULL; + k->name = NULL; + k->name_type = NULL; switch (k->type) { case KEY_RSA1: case KEY_RSA: @@ -73,6 +75,8 @@ dsa->pub_key = BN_new(); k->dsa = dsa; break; + case KEY_NAME: + case KEY_NAME_PAT: case KEY_UNSPEC: break; default: @@ -120,6 +124,13 @@ DSA_free(k->dsa); k->dsa = NULL; break; + case KEY_NAME: + case KEY_NAME_PAT: + if (k->name != NULL) + xfree(k->name); + if (k->n...
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...3 Jul 2001 13:57:30 -0400 willian (OpenSSH/j/8_key.c 1.1.1.1 644) @@ -56,6 +56,9 @@ k->type = type; k->dsa = NULL; k->rsa = NULL; + k->name = NULL; + k->name_len = 0; + k->name_type = NULL; switch (k->type) { case KEY_RSA1: case KEY_RSA: @@ -72,6 +75,8 @@ dsa->pub_key = BN_new(); k->dsa = dsa; break; + case KEY_NAME: + case KEY_NAME_PAT: case KEY_UNSPEC: break; default: @@ -119,6 +124,14 @@ DSA_free(k->dsa); k->dsa = NULL; break; + case KEY_NAME: + case KEY_NAME_PAT: + if (k->name != NULL) + xfree(k->name); + k->name_...
2016 May 26
2
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
...the DB. How can i reach that orphan records to get them out / cleaned? Many thanks for any help / hint. Niels. i.A. StadtRadio Göttingen 107,1 MHz http://www.stadtradio-goettingen.de -- --- Niels Dettenbach Syndicat IT & Internet http://www.syndicat.com PGP: https://syndicat.com/pub_key.asc --- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part. URL: <http://lists.samba.org/pipermail/samba/attachments/20160526/01dc5139/signature.sig&...
2016 May 26
0
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
...ing - like "\29 alt?\29" or similiar? Or is this conversion to do vice versa? Will definitely check that too. if plain "()" is not working... Many thanks! Niels. -- --- Niels Dettenbach Syndicat IT & Internet http://www.syndicat.com PGP: https://syndicat.com/pub_key.asc --- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part. URL: <http://lists.samba.org/pipermail/samba/attachments/20160526/c68205d2/signature.sig&...
2016 Sep 28
0
Good Bye SAMBA?!?!?
...39;d not last an afternoon in the postfix or openldap mailing > lists. Or in the windows-server irc channel for that matter. > > > -- > > --- > > Niels Dettenbach > > Syndicat IT & Internet > > http://www.syndicat.com > > PGP: https://syndicat.com/pub_key.asc > > --- > > > > > > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > -- Gilberto Ferreira +55 (47) 9676-7530 Skype: gilberto.nun...
2016 Sep 29
0
Good Bye SAMBA?!?!?
...vant RFC and man page before being allowed to have an opinion. :-) got to say - love postfix list's attitude: saves a lot of time. >> -- >> --- >> Niels Dettenbach >> Syndicat IT & Internet >> http://www.syndicat.com >> PGP: https://syndicat.com/pub_key.asc >> --- >> >> >> >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba
2012 Jan 28
1
PATCH: Support for encrypted host keys
..._bignum(buffer, key->q); + rsa_generate_additional_parameters(key); +} + +static void +buffer_put_key_dsa(Buffer *buffer, const DSA *key) +{ + buffer_put_bignum(buffer, key->p); + buffer_put_bignum(buffer, key->q); + buffer_put_bignum(buffer, key->g); + buffer_put_bignum(buffer, key->pub_key); + buffer_put_bignum(buffer, key->priv_key); +} + +static void +buffer_get_key_dsa(Buffer *buffer, DSA *key) +{ + buffer_get_bignum(buffer, key->p); + buffer_get_bignum(buffer, key->q); + buffer_get_bignum(buffer, key->g); + buffer_get_bignum(buffer, key->pub_key); + buffer_get_bign...