Displaying 20 results from an estimated 40000 matches similar to: "openssh-cryptocard.patch"
2002 Mar 28
2
Openssh + challenge-response
Hello,
I was searching the internet for an challenge-response system to
authenticate an Openssh session with an hardware token. Now i found this,
its very old, so i want to now how's the situation today. I couldn't find
much documentation.
Re: SSH with SecureID
> Is there any documentation I'm missing on how to integrate the two?
> We'd love to go with 2-factor
2002 Apr 04
1
challenge-response token
Hello,
I have to find a solution logon through OpenSSH to OpenBSD machines from
anywhere in the world (unsave computers). So I think I must use a
challenge-response system with an hardware token that isn't connected to the
computer. I do not want to use a RSA ACE/SERVER, so i can't use SecurID ? I
can't use challenge response mode with cryptocard, because I want to protect
it against
2002 May 06
1
cryptocard RB-1
Hello ,
I have bought a cryptocard and i want to make it work openssh, now I need to
initialize my token, install the cryptocard patch (
http://projects.jdimedia.nl/files/openssh-cryptocard.patch). The patch reads
it's data from a file I've heard that some users made a conversion script
from the CryptoADMIN server export to a crypto users file that the patch
want. Is there anybody who can
2000 Aug 20
0
[ANNOUNCE] OpenSSH CryptoCard support.
Hi,
I just finished integrating CryptoCard support in OpenSSH.
- Native X9.9 support. Should work with CryptoCard en Secure Computing
tokens.
This basically gives support for Challenge / Response
- Licensed under BSD license
I'll put the patch on http://www.jdimedia.nl/igmar/pam, but that wil
shorty change to projects.jdimedia.nl. If desired I could also put in on
the mail.
Let me
2001 Dec 18
0
openssh, pam and cryptocard's cryptoadmin / easyradius
Hi,
this is merely FYI, but i would appreciate if someone had any comments
or further information on the topic.
We were using the following setup :
cryptocard easyradius with RB-1 hardware tokens (hex or decimal display,
synchronous (quicklog) mode)
f-secure ssh with pam radius authentication
This worked fine until we updated to openssh 2.9p2. Then all
authentications where the response
2000 Aug 25
0
OpenSSH CryptoCard patch.
Hi,
Patch that makes CryptoCard word natively with OpenSSH is on
http://www.jdimedia.nl/igmar/openssh
Damien, please forward this to any list you thing is relevant.
Regards,
Igmar Palsenberg
JDI Media Solutions
--
Igmar Palsenberg
JDI Media Solutions
Jansplaats 11
6811 GB Arnhem
The Netherlands
mailto: i.palsenberg at jdimedia.nl
2000 Sep 13
6
CryptoCard patch
Hi,
I had a contractor write a patch to allow CryptoCard support in
OpenSSH. It works with portable openssh-2.1.1p4, and it was posted to
the SSH mailing lists, but I see that it hasn't been included in the
openssh-2.2.0p1 release. Would it be possible to include this patch
in the official release? The reason why I ask is because it will not
be difficult to do that, it will support the
2006 Sep 19
1
CryptoCard - PAM or RADIUS?
Greetings all,
I'm working on attempting to get SAMBA to work with a product line
called CryptoCard. I *should* be able to get it to work one of two ways,
either through the use of CryptoCard's provided PAM module, or through
RADIUS authentication.
Currently, I cannot seem to get PAM authentication to work at all. This
is what is in the 'samba' file for PAM:
auth
2000 Nov 24
0
KbdInteract not mentioned on sshd.8, cryptocard?
Hello all,
I just noticed that 'KbdInteractiveAuthentication' is not mentioned in
sshd.8 or anywhere else on the man page. Someone with better knowledge
about it than me, please fix this :-)
Also, there were talks about supporting cryptocards about 3 months ago.
Is there work being done on this?
--
Pekka Savola "Tell me of difficulties surmounted,
Pekka.Savola at
2000 Oct 19
0
Smartcard & SSH
Some reactions on the thread :
Integrating SmartCard in PAM is no problem. Problem I'm facing with for
example CryptoCard and SecureID tokens is that those manufacturers refuse
to give out any form of information about the internal operation of those
tokens.
That prevents me from implementing event synchronous mode.
The best way to handle this with SSH is probably the way for example
Apache
2000 Aug 22
0
OpenSSH PAM bug (fwd)
Hi,
OpenSSH doesn't comply to the PAM spec, and always assume that a password
is asked.
This prevents for example pam-cryptocard from operating.
I'll post a patch this week to make things work.... (and will also change
the pam-cryptocard name. It's to confusing :)
Regards,
Igmar
--
--
Igmar Palsenberg
JDI Media Solutions
Jansplaats 11
6811 GB Arnhem
The Netherlands
2001 Jan 17
1
upcoming s/key changes
could someone please review this change?
http://131.188.30.102/~msfriedl/openssh/SSHD_AUTH_PATCH
is a diff against openbsd's cvs
and will commited ASAP.
the patch tries to unify various challenge/response
methods in ssh1 and ssh2.
faking s/key is dropped, since i am not
sure what do do for faking cryptocard and
other challenge/response methods.
-markus
2001 Feb 21
2
OpenSSH 2.5.1 compatibility problem
SSH server specs:
-----------------------
Redhat Linux 6.2
Custom built 2.2.17 kernel
OpenSSL 0.9.5a (update from RedHat).
OpenSSH 2.5.1p1
I am using my Linux box as an Internet gateway. I wanted to keep
the box as secure as possible while still having the functionality I
needed. The only way to connect to my server is through SSH. A fair
majority of the time I am attempting to
2003 Dec 23
0
[Bug 667] Openssh 3.7x, Windows ssh clients and Ldap don't play together
http://bugzilla.mindrot.org/show_bug.cgi?id=667
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From dtucker at zip.com.au 2003-12-22
2000 Jan 19
3
AIX openssh patches
I have a few patches for AIX. The patchfile is attached below. The patch
has been tested on AIX4.2 and AIX4.3. The patch is on openssh-1.2.1pre25,
with openssl-0.94, using RSAref.
1) authenticate support - this function allows the system to determine
authentification. Whatever the system allows for login, authenticate
will too. It doesn't matter whether it is AFS, DFS, SecureID, local.
2000 Dec 07
1
[PATCH] tis authserv support
Hi,
We at BalaBit IT Security Ltd developed a patch against openssh 2.3.0p1 to
support TIS authserv authentication. TIS authserv uses a simple protocol,
and supports CryptoCard, SKey, password etc. authentication.
The commercial versions of SSH support this protocol, OpenSSH implemented
SKey on its own using the protocol primitives originally invented for TIS
authentication.
Our patch is an
2005 Jan 13
1
SIP registration error, lost packets with asterisk
Hi all,
I encounter an annoying problem using Asterisk.
I 'm using SIP. I try to register an Asterisk as a SIP end user with
another Asterisk.
If I put both asterisk in the same local network, no problem to do it.
The asterisk end user registered perfectly with the other (let's call it
the registrar).
Authentication is enable and works fine.
The problem occurs when I put the registrar
2000 Oct 07
0
OpenSSH changes for BSD/OS
The following are patches against openssh 2.1.1p4 to add
support for the BSD_AUTH authentication mechanisms. It allows the
use of non-challenge/response style mechanisms (which styles are
allowed my be limited by appropriate auth-ssh entries in login.conf).
The patches also add support for calling setusercontext for the
appropriate class when called with a command (so that the PATH, limits,
2001 Sep 29
1
scp 2.9.9p2 doesn't work
I just upgraded openssh on my Solaris 8 boxes from 2.9p2 to 2.9.9p2,
and scp has stopped working. Remote logins with ssh do work, though.
Both client and server run 2.9.9p2.
Please let me know if you need more information (configure options,
config files etc.). I'm not on the list, so CC's would be appreciated.
Thanks!
$ scp vsftpd-0.9.2.tar.gz user at server:/usr/local/src/misc/ftp
2002 Feb 15
0
[Bug 118] New: Implement TIS (protocol 1) via PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=118
Summary: Implement TIS (protocol 1) via PAM
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: fcusack at