From fbe97bcf619cafd5b06170ec82708343243438b8 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 13 May 2008 15:23:19 +0100 Subject: [PATCH] disable ssh key auth for now --- .offlineimaprc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.offlineimaprc b/.offlineimaprc index 513fc8b..63191aa 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -37,7 +37,9 @@ ssl = no maxconnections = 1 holdconnectionopen = yes remoteuser = madduck -preauthtunnel = ssh -CaxS none -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_dsa.imap seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap' +#preauthtunnel = ssh -CaxS none -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_dsa.imap seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap' +# while SSH key auth is disabled +preauthtunnel = ssh -Cax -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap' expunge = yes foldersort = py_foldersort_seamus nametrans = py_nametrans_seamus -- 2.39.2