Displaying 20 results from an estimated 2000 matches similar to: "OTP authentication"
2015 Nov 30
2
Problem with gpg-agent and yubikey since openssh v6.8p1
Hi Damien,
thanks for you answer.
Here is the output of ssh -vvv for both versions:
http://paste.ubuntu.com/13576087/
http://paste.ubuntu.com/13576243/
If you need any more info let me know.
Regards
the2nd
On 2015-11-29 12:14, Damien Miller wrote:
> On Tue, 24 Nov 2015, the2nd at otpme.org wrote:
>
>> Hi,
>>
>> i'm unsure if the problem we encounter is a bug in
2015 Nov 24
2
Problem with gpg-agent and yubikey since openssh v6.8p1
Hi,
i'm unsure if the problem we encounter is a bug in openssh or in gnupg.
But as everything was working with openssh 6.7p1 and earlier i guess
that there where at least some changes in openssh that leads to the
problem.
You can read the latest discussion about the problem here:
https://www.mail-archive.com/gnupg-users%40gnupg.org/msg29421.html
https://www.mail-archive.com/gnupg-users
2007 Jul 23
8
Ideas for Webmail/OTP
I want to discuss some problems/enhancements for dovecot in a webmail/otp setup.
For access to an IMAP server like dovecot I see different client types:
a) a "normal" MUA installed in a more or less trusted environment
b) remote access via "webmail" from untrusted environments
For a) I see with dovecot and other IMAP servers no problems, tricky is the setup for b).
If you use
2006 Jun 26
2
[PATCH, RFC 3/13] OTP: parity table
Add OTP parity table.
diff -urdpNX /usr/share/dontdiff -x Makefile dovecot.vanilla/src/lib-otp/otp-parity.c dovecot/src/lib-otp/otp-parity.c
--- dovecot.vanilla/src/lib-otp/otp-parity.c 1970-01-01 03:00:00.000000000 +0300
+++ dovecot/src/lib-otp/otp-parity.c 2006-06-23 13:44:31.161891112 +0400
@@ -0,0 +1,29 @@
+/*
+ * OTP parity table.
+ *
+ * Copyright (c) 2006 Andrey Panin <pazke at
2013 Mar 10
2
Logon with Client Certificate and OTP fallback
Dear Dovecot experts,
we have unusual authentication requirements, namely:
- almost all of our user are using a smartcard to connect
with our mailserver. Thunderbird is our friend here as it will
use the smartcard as an additional certificate store and
Thunderbird will do client certificate based authentication
when connecting via SSL with a mailserver
- there's no way (at least that I know
2023 Jan 07
1
How to set otp one time password
Dear Everybody:
May I ask how to configure dovecot otp one-time verification login, that is, after the user logs in to the mailbox with the password + otp, he can send and receive emails without entering the password + otp again?
# This is my settings:
# /etc/dovecot/conf.d/10-auth.conf
disable_plaintext_auth = yes
auth_cache_size = 10M
auth_failure_delay = 5 secs
2007 Feb 07
3
OTP?
Hello,
I was wondering where I might find more information about using OTP as
an authentication protocol with dovecot. In searching, I found a thread
from 2004, but not much information about how it has progressed from
then. I also saw some promising patches from mid-last year, which if I
had to guess are probably the addition of support for the SASL OTP
mechanism. Is this available in a
2006 Jun 26
1
[PATCH, RFC 0/13] OTP: add auth_cache_remove()
This patchset add support for One-Time-Password authentication mechanisms,
both S/Key (RFC 1731) and OTP (RFC 2444) are implemented.
Tested with mutt (uses cyrus sasl library for authentication).
Patches were made against CVS HEAD. Please take a look.
Add auth_cache_remove() function which will be used by OTP code to evict
old entries from auth cache.
diff -urdpNX /usr/share/dontdiff -x
2001 Mar 19
4
SecurID
When comparing SSH 1.2.27 with OpenSSH 2.5.1 I see that the SecurID
code/patch is not in OpenSSH 2.5.1.
I'm not sure how or why that happened.
Upon looking through the OpenSSH 2.5.1 source, I think I could fairly
easily provide a 'SecurID Authentication Method' patch (which would
rely on -DHAVE_SECURID, -I/blah/securid/include, and
-L/blah/securid/lib... /blah/securid being a
2001 Apr 10
2
Securid revisited
I read the thread on securid back in march. openssh doesn't support it
because it's propriatary, right? I understand that, however I've still
got a problem.
Work use securid *exclusively* using ssh2. It uses an authentication
protocol of securid-1 at ssh.com. The client side does *not* need the
securid propriatary stuff, no need for the include files or the library.
So, given
2000 Sep 21
1
OpenSSH-2.2.0p1 + SecurID.
Hello all,
I looked long and hard for SecurID support for OpenSSH and I have not found
it. So, I spent a few hours today and added SecurID authentication support
into OpenSSH. Specifically the 2.2.0p1 portability release. I have beat on
it for several hours and it seems to work just fine.
I don't know if anyone would find these patches useful or not... I also don't
know if the
2019 Apr 09
0
New package to query the OpenTripPlanner (OTP) API
Dear all
A new R package 'otpr' is now available on CRAN. It's a wrapper for the OpenTripPlanner (OTP) API and is primarily aimed at researchers and transport planners who want to use OTP to carry out accessibility studies or generate variables for transport models. The package consists of four main functions:
otp_connect() - defines and tests the connection to an OTP instance.
2019 Apr 09
0
New package to query the OpenTripPlanner (OTP) API
Dear all
A new R package 'otpr' is now available on CRAN. It's a wrapper for the OpenTripPlanner (OTP) API and is primarily aimed at researchers and transport planners who want to use OTP to carry out accessibility studies or generate variables for transport models. The package consists of four main functions:
otp_connect() - defines and tests the connection to an OTP instance.
2002 Aug 05
7
password prompt
Hi,
I would like to do some development on the securid patch to get it to
display the passcode prompt when users log in with securid on ssh.
Can anyone tell me which scripts currently handle the logon/password prompt
in openssh please?
Thanks,
JS.
_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail.
2003 Sep 08
1
how to compile ssh with Pam using securid
> Hello
> I complied openssh like this "./configure --with-pam" and I did configure
> /etc/pam.conf as follows
> # PAM configuration
> #
> # Authentication management
> #
> sshd auth required /lib/security/pam_securid.so reserve
> sftp auth required /lib/security/pam_securid.so reserve
> #
> login auth required
2003 Sep 26
3
SecurID patch for OpenSSH 3.7.1p2
Hello all,
new version of SecurID patch is available on
http://sweb.cz/v_t_m/
The new version of the patch is extended with "shared logins" possibility.
It means that SecurID token can be used to login to an account shared
by several persons.
This cannot be solved using ACE server standard means.
This patch depends on the AuthSelection patch (http://sweb.cz/v_t_m).
After applying
2001 Mar 06
1
pam/radius, SecurID, any news?
I've been through the archive, and not found anything
conclusive, except for a problem report of sorts from
Theo E. Schlossnag (who has a set of patches for SecurID
integration).
I'm about to replace some ssh 1.2.26 (I know!) installations
with OpenSSH 2.5.1p2, on Solaris 2.6 sparc boxes, and
we use SecurID tokens for these boxes.
I've compiled up OpenSSH 2.5.1p2 with --with-pam,
2011 Jul 10
0
OATH/OTP?
Hey all, has anyone ever successfully implemented some form of OTP system with dovecot? Im looking at setting up an OATH/HOTP-TOTP based OTP for our services, but the webmail service (which uses dovecot) is a difficult one. Any info on implementations would be appreciated,
Regards,
Cor
2000 Dec 22
3
SecurID patch.
What are the chances of getting the SecurID patch integrated into OpenSSH? I
think I asked before and was told that it could be done with PAM, but I (and
others) are not satisfied with the PAM support.
This "tight" integration seems to work much better.
If not, I'll just sit on my rogue patches :-(
--
Theo Schlossnagle
1024D/A8EBCF8F/13BD 8C08 6BE2 629A 527E 2DC2 72C2 AD05 A8EB
2004 Dec 22
1
[Bug 966] Will OpenSSH integrates SecurId ?
http://bugzilla.mindrot.org/show_bug.cgi?id=966
Summary: Will OpenSSH integrates SecurId ?
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: