Displaying 4 results from an estimated 4 matches for "ad48".
Did you mean:
ad4
2014 Dec 24
2
[PATCH] U2F support in OpenSSH
Hey,
Judging from the (private) responses I?ve got, there is quite a bit of
interest in the U2F feature I proposed a while ago. Therefore, I?ve taken
some time to resolve the remaining issues, and I think the resulting patch
(attached to this email) is in quite a good state now.
I also posted the new version of the patch to
https://bugzilla.mindrot.org/show_bug.cgi?id=2319 (which I?ve opened
2012 Mar 22
0
TPM-protected client keys
...uct me_s {
?char name[] ? ? ?= { "Thomas Habets" };
?char email[] ? ? = { "thomas at habets.pp.se" };
?char kernel[] ? ?= { "Linux" };
?char *pgpKey[] ? = { "http://www.habets.pp.se/pubkey.txt" };
?char pgp[] = { "A8A3 D1DD 4AE0 8467 7FDE ?0945 286A E90A AD48 E854" };
?char coolcmd[] ? = { "echo '. ./_&. ./_'>_;. ./_" };
} me_t;
2013 Sep 19
0
Files written to an OST are corrupted
...soptions="-i 2000000" --reformat --mountfsoptions="errors=remount-ro,extents,mballoc,stripe=256" /dev/sdc
The UUID here is taken from the /etc/fstab, where the entry has been commented
out until we are ready to again use the volume
310 tune2fs -O uninit_bg -m 1 -U 02bcb3d2-ad48-4992-ba71-7b48787defea /dev/sdc
311 e2fsck -fy /dev/sdc
312 mount -t ldiskfs /dev/sdc /mnt/ost
Copy back all identifiers so that the volume can continue from where it was left off
315 cd /root/reformat/sdc
316 cp -v /mnt/ost/CONFIGS/mountdata mountdata.new2
317 cp -fv mountdat...
2015 Feb 26
4
[PATCH] U2F support in OpenSSH
...e[] = { "Thomas Habets" };
> char email[] = { "thomas at habets.pp.se" };
> char kernel[] = { "Linux" };
> char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt" };
> char pgp[] = { "A8A3 D1DD 4AE0 8467 7FDE 0945 286A E90A AD48 E854" };
> char coolcmd[] = { "echo '. ./_&. ./_'>_;. ./_" };
> } me_t;
>