Displaying 8 results from an estimated 8 matches for "kyria".
Did you mean:
syria
2015 Jun 30
2
how is the sha fingerprint generated?
...t;:
m = hashlib.new("sha256")
m.update(key)
print(binascii.b2a_base64(m.digest()).decode("utf8")[0:-1])
Do use it in production, do some test, but the general idea is there.
Cheers,
On Tue, 30 Jun 2015 16:12:03 +0200
Johannes L?thberg <johannes at kyriasis.com> wrote:
> On 30/06, Johannes L?thberg wrote:
> >On 30/06, shawn wilson wrote:
> >>% cat ext_rsa.pub| sed -r 's/.*(AAAA[^ ]+).*/\1/' | sha256sum
> >>
> >> ~/.ssh swlap1
> >>d4bf8b06f2d9d9af7a11583a5367205ed310a84f0dee68d062e2ddca1e85c3f...
2015 Jun 30
3
how is the sha fingerprint generated?
% cat ext_rsa.pub| sed -r 's/.*(AAAA[^ ]+).*/\1/' | sha256sum
~/.ssh swlap1
d4bf8b06f2d9d9af7a11583a5367205ed310a84f0dee68d062e2ddca1e85c3ff -
% ssh-keygen -lf ext_rsa.pub
~/.ssh swlap1
8192 SHA256:FgrfxmdjTM/j4wwRa7nVdPSUaJdqHYMJtJ6aciPl9ug swilson at swlap1 (RSA)
Why do those differ and how would i generate the equivalent (mainly
just curious)? I've also tried base64 and a
2017 Jan 06
2
[PATCH] Set KRB5PRINCIPAL in user environment
Hey,
On 05/01, Jakub Jelen wrote:
>On 01/04/2017 10:57 AM, Johannes L?thberg wrote:
>>Signed-off-by: Johannes L?thberg <johannes at kyriasis.com>
>>---
>> gss-serv-krb5.c | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>>diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c
>>index 795992d9..a12bb244 100644
>>--- a/gss-serv-krb5.c
>>+++ b/gss-serv-krb5.c
>>@@ -106,6 +106,11 @@ ssh_g...
2014 Dec 28
2
pubkey fingerprint and krb princ name in environment
...nterest in including this upstream.
Both patches are attached, the kerberos principal being made by Sven
Geggus, an the pubkey fingerprint one being written by me. Any comments
on both would be well appreciated.
--
Sincerely,
Johannes L?thberg
PGP Key ID: 0x50FB9B273A9D0BB5
https://theos.kyriasis.com/~kyrias/
-------------- next part --------------
--- gss-serv-krb5.c.orig 2012-07-12 14:33:31.117551679 +0200
+++ gss-serv-krb5.c 2012-07-12 14:34:30.319020970 +0200
@@ -104,6 +104,11 @@
} else
retval = 0;
+#ifdef USE_PAM
+ if (options.use_pam)
+ do_pam_putenv("...
2015 Mar 26
3
FYI: SSH1 now disabled at compile-time by default
...de, much of which is on extended support.
>
And it?s been said multiple times in this thread that the OpenSSH
version number is just a incrementing decimal number, it doesn?t have
any major or minor releases.
--
Sincerely,
Johannes L?thberg
PGP Key ID: 0x50FB9B273A9D0BB5
https://theos.kyriasis.com/~kyrias/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1495 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20150326/abc34619/attachment.bin>
2018 Mar 16
2
[PATCH] Set KRB5PRINCIPAL in user environment
Hello
There is no reply about this demand since the firt proposition has if nobody in dev team cares about it :(
Strange ...
Le 14 mars 2018 20:39:53 GMT+01:00, "Johannes L?thberg" <johannes at kyriasis.com> a ?crit :
>Quoting Johannes L?thberg (2017-01-06 02:34:43)
>> >this change request is already tracked as a bug #2063 [1] (with the
>> >related configuration option). Having this working in future
>releases
>> >would be very nice.
>> >
>>...
2017 Jan 04
2
[PATCH] Set KRB5PRINCIPAL in user environment
Signed-off-by: Johannes L?thberg <johannes at kyriasis.com>
---
gss-serv-krb5.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c
index 795992d9..a12bb244 100644
--- a/gss-serv-krb5.c
+++ b/gss-serv-krb5.c
@@ -106,6 +106,11 @@ ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name)
} else
retva...
2015 Mar 25
3
FYI: SSH1 now disabled at compile-time by default
On Wed, 2015-03-25 at 18:48 +1100, Damien Miller wrote:
> Our ability to influence people who run truly obsolete software is
> extremely limited.
+1, mostly because those who still use something that outdated in their
products are either dead, or simply don't care about their customer's
security (which is typical in the embedded devices area).
Just by us (or anyone else) saying