Displaying 20 results from an estimated 700 matches similar to: "ssh-keygen: inconsistency with need for passphrase"
2018 Oct 31
1
OCSP Stapling and Certificate Transparency
On 05/01/2018 09:08 AM, Aki Tuomi wrote:
>
>> On 01 May 2018 at 19:03 Felipe Gasper < felipe at felipegasper.com
>> <mailto:felipe at felipegasper.com>> wrote:
>>
>>
>> Hi,
>>
>> For CAs that do not include a signed certificate timestamp in their
>> newly-issued certificates, does Dovecot support either OCSP stapling
>> or the
2018 May 01
0
OCSP Stapling and Certificate Transparency
<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   <br>
  </div>
  <blockquote type="cite">
   <div>
    On 01 May 2018 at 19:03 Felipe Gasper <
    <a href="mailto:felipe@felipegasper.com">felipe@felipegasper.com</a>> wrote:
   </div>
  
2019 Jan 16
0
doveadm neglecting to exit in failure?
<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   Yeah.  except in this particular case where it doesn't actually matter. Your expunge went thru.
  </div>
  <div>
   <br>
  </div>
  <div>
   Aki
  </div>
  <blockquote type="cite">
   <div>
    On 15
2020 May 20
1
Re: dsync “destination” argument
> On May 20, 2020, at 10:46 AM, Sami Ketola <sami.ketola at dovecot.fi> wrote:
> 
>> On 16. May 2020, at 3.46, Felipe Gasper <felipe at felipegasper.com> wrote:
>> 
>> Hello,
>> 
>> 	Some code that I didn?t write but am maintaining passes a local script?s path as dsync?s ?destination? argument, like so:
>> 
>> dsync -D -u john -v backup
2016 Aug 05
4
Fwd: Re: Encrypt /decrypta file with ssh keys.
As per Alex's suggestion, attached is the proof of concept "sfile" 
script. If there is anyone out there with great C skills who can 
recreate this functionality "out of the box", I think there would be a 
few happy campers (at least two, anyways).
-------- Forwarded Message --------
Subject: 	Re: Encrypt /decrypta file with ssh keys.
Date: 	Fri, 5 Aug 2016 17:24:35
2008 Mar 04
1
Sampling letters
I have a binary matrix of size N x 300. I then create the following:
> set.seed(1234)
> (key_file <- sample(letters[1:4], 300, replace=TRUE))
  [1] "a" "c" "c" "c" "d" "c" "a" "a" "c" "c" "c" "c" "b" "d" "b" "d"
"b"
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Hisashi T Fujinaka wrote:
> > This one is failing a test assetion - there should be some more useful
> > output available from the test itself.
> 
> I think it's this:
> 
> test_hostkeys:
> regress/unittests/hostkeys/test_iterate.c:163 test #1 "hostkeys_iterate all
> with key parse"
> ASSERT_INT_EQ(sshkey_load_public(
2020 May 24
0
Re: missing man page for “doveadm dsync-server”?
> On 24/05/2020 21:56 Felipe Gasper <felipe at felipegasper.com> wrote:
> 
>  
> Hello,
> 
> 	Is there a man page for this command? I don?t see one in the repository. Given its utility in, e.g., syncing mailboxes via SSH, it seems like documentation for this command would be useful?
> 
> 	Thank you!
> 
> -Felipe Gasper
Hi!
Man pages are in
2020 May 24
1
Re: missing man page for “doveadm dsync-server”?
> On May 24, 2020, at 2:58 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> 
> 
>> On 24/05/2020 21:56 Felipe Gasper <felipe at felipegasper.com> wrote:
>> 
>> 
>> Hello,
>> 
>> 	Is there a man page for this command? I don?t see one in the repository. Given its utility in, e.g., syncing mailboxes via SSH, it seems like documentation
2020 May 27
0
doveadm: extra lines?
I did a bit more digging, and the issue appears to manifest only when doveadm sends back an error code.
Here is a ?user? and a ?kick?, both of which fail with error codes:
> echo -ne 'VERSION\tdoveadm-server\t1\t0\nD\tharry\tuser\nD\t\tkick\tharry\n' | nc -U /var/run/dovecot/doveadm-server | xxd
0000000: 2b0a 0a2d 5553 4147 450a 0a2d 0a0a 2d4e  +..-USAGE..-..-N
0000010: 4f54 464f 554e
2019 Nov 12
0
[PATCH 2/2] options: Allow multiple --key parameters and default keys.
This allows multiple --key parameters on the command line to match a
single device.  This could either be specified as:
  tool --key /dev/sda1:key:trykey1 --key /dev/sda1:key:trykey2
which would try "trykey1" and "trykey2" against /dev/sda1.
And/or you can specify default keys which are tried against each
device (after more specific keys fail), eg:
  tool --key
2005 Sep 15
1
server push?
Has anyone done much work with server-side push and AJAX/J? (XML or JSON)
As best I can tell, the ideal solution to this would be 
the multipart/x-mixed-replace MIME type. Mozilla''s XMLHttpRequest now has 
support for this, so this is on people''s minds, but how to make it work on 
the server end?
You have to keep a connection open.....and a process on the server to go 
with it.
2020 May 20
0
Re: dsync “destination” argument
> On 16. May 2020, at 3.46, Felipe Gasper <felipe at felipegasper.com> wrote:
> 
> Hello,
> 
> 	Some code that I didn?t write but am maintaining passes a local script?s path as dsync?s ?destination? argument, like so:
> 
> dsync -D -u john -v backup -R -1 "/code/dsync_client.pl" 127.0.0.1 john at mydomain.org
> 
> 	dsync_client.pl establishes a TCP
2020 May 20
0
dsync multiple mailboxes per connection?
> On 18. May 2020, at 17.18, Felipe Gasper <felipe at felipegasper.com> wrote:
> 
> Hello,
> 
> 	Is it possible to batch syncs of multiple mailboxes in a single dsync session?
> 
> 	We?re transferring users between servers and want to use dsync to transfer the mail; ideally we?d like to avoid creating a separate TCP connection per user.
> 
> 	Thank you!
> 
Not
2019 Nov 26
0
[PATCH common v2 1/3] options: Simplify selector parsing for --key options.
Refactor this code to use guestfs_int_split_string function which
slightly simplifies it.  This should have no effect.
---
 options/keys.c | 35 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 21 deletions(-)
diff --git a/options/keys.c b/options/keys.c
index f783066..74b5497 100644
--- a/options/keys.c
+++ b/options/keys.c
@@ -153,49 +153,42 @@ get_key (struct key_store
2007 Jan 16
0
A Tribute to my Great Grandmother (Off Topic)
I realize this is off-topic, but I need to post it.
I had to go up to Connecticut on January the 12th quite unexpectedly
because my great-grandmother Ethel, someone I was very close to, died
that morning, at 93 years old.  She was an incredible woman.  I was
asked to be one of the pallbearers.
Her ultimate goal in life, and one she fulfilled every day, was to
make people laugh.  She truly
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Hisashi T Fujinaka wrote:
> And in another "oh duh" moment, I think this dumped core on two different
> machines and I sent you the bt from the wrong machine. Here's the one
> from NetBSD-7.
> 
> #0  0x00007f7ff630e55a in _lwp_kill () from /usr/lib/libc.so.12
> (gdb) bt
> #0  0x00007f7ff630e55a in _lwp_kill () from /usr/lib/libc.so.12
>
2002 Mar 12
4
swapping rows with columns
Hello,
I've read in a data file as a frame and now I'd like the columns to be
rows and the rows to be columns. What's the easiest way to do this in R?
> class(d)
[1] "data.frame"
> rownames(d)
[1] "98x101" "40x98"  "30x40"  "0x30"  
> colnames(d)
 [1] "H..sapiens"      "C..elegans"     
2004 Jan 02
2
SEM help!!!
I have just started using the SEM package in R, so I'm not sure I'm doing
everything right, but I keep getting an error concerning startvalues and I
can't figure out how to fix it.  Is anyone willing to read over my code
and help me out??? Please email me if you are willing to look at my code
and I will send it to you.
Thank you so much, and Happy New Year!
cathy
2018 Nov 07
0
dovecot: imap Error: read : Broken pipe
I forgot to mention that if I transfer the mail to my Gmail or Outlook 
address I can download the attachments without any problem. More over 
I've completely removed the firewall server from the equation, I plugged 
the adsl line directly into the mail server and the problem is still 
there, so my guess is that the firewall isn't the problem here.
I'll do the pcaps for Aki
Thanks