Displaying 20 results from an estimated 10000 matches similar to: "password prompt"
2003 Jun 10
2
SecurID authentication for 3.6.1p2 with privsep
Hello all,
I have made SecurID authentication for OpenSSH 3.6.1p2.
This patch was totaly rewritten, so please test it before use.
Kbd-int authentication is now integrated into challenge response
auth.
Privsep is now fully suported.
PS: What do you think of selective access to the individual
authentications, similar to AllowGroups/DenyGroups or maybe
AllowUsers/DenyUsers ?
Vaclav Tomec
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
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
2003 Sep 05
1
how to compile ssh with pam
Hello
I am compiled openssh3.6.1p2 with PAM and using RSA Security (ACE) token.
the command I used to compile ssh as follow:
1. ./configure --with-pam
2. make
3. make install
After starting the sshd daemon, I authenticate using the command
"ssh xxx.yyy.nih.gov"
On the SecurID server I was watching the log monitor and I saw the following
errors :
"ACCESS DENIED, syntax
2000 Sep 12
1
Cleartext pre-authentication before going to secure mode.
Hi
This is a feature request.
1) Make sshd to ignore garbage that may appear before ssh identification
string is received. Such "garbage" may be for example telnet negotiation
codes. This should be pretty easy task.
2) Make ssh to work in cleartext mode (and have minimum telnet negotiation
handling) before it receives ssh identification string. This requires
somewhat
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
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
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,
2015 Jan 14
1
OTP authentication
If I were going to do this, I would probably try moving to a Windows
200x AD domain controller, and implementing RSA SecurID on that
machine. I have not worked with other OTP solutions.
As far as I understand, if Samba is configured as a domain controller,
it expects to be able to handle the authentication itself.
OTP is , in my opinion, most valuable when you are exposing resources to
the
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:
2004 Jun 24
1
[Bug 886] Unable to scp from OPenSSH to Commercial SSH
http://bugzilla.mindrot.org/show_bug.cgi?id=886
Summary: Unable to scp from OPenSSH to Commercial SSH
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2000 Nov 16
2
OpenSSH-2.2.0p1 + SecurID.
Hello Theo,
> > > Could you let me know where this test patch would be available.
> >
> > Try:
> > http://www.omniti.com/~jesus/SecurID/
> >
> > --
Regarding your patch, did you continue the integration (mainly: Handle PIN
creation and changing ...)?
Do you foreseen to transport it in new release 2.3.0p1?
Kind regards,
Joel
2004 Apr 07
2
Requiring multiple auth mechanisms
I looked around for a while, but couldn't find any code for requiring multiple
authentication mechanisms in openssh. So I wrote an implemention.
I thought at first I should change the PasswordAuthentication,
PubkeyAuthentication, etc. keywords to allow no/yes/required. But there's some
funky stuff in auth2.c with respect to keyboard interactive auth that would make
this kind of
2000 Sep 22
1
i think this is great
I have tried ( to no avail ) to get SecurID and ssh work tegether. The
biggest sticking points have been either new pin / next token mode OR scp.
I would be interested in looking at your patch. I have been banging on
auth-pam.c to work in the pam stuff for the last couple days, but it seems
auth-pam is an incomplete implementation of pam. The patch from Steve
VanDevender looked promising.
2001 Oct 01
1
SecurID.diff file missing in new openssh version
currently we don't support secure id.
On Mon, Oct 01, 2001 at 03:13:10PM +0000, Quick, Edward T wrote:
> Hi,
>
> I'm not sure if this is just the ftp site I downloaded from or not, but the SecurID.diff file (that goes under the contrib directory) on the new openssh2.9.9p2 distribution seems to be missing.
>
> Regards,
>
> Edward.
2003 Aug 22
5
No interest in partial auth?
Hi,
I don't mean to be annoying, but it seems like there isn't any interest in
partial authentication. Is this true? It's not a future plan for OpenSSH
to have this feature?
I'd just like to know if I'm on my own or not.
Thanks
Erik.
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
2008 Jul 25
11
send/receive
I created snapshot for my whole zpool (zfs version 3):
zfs snapshot -r tank@`date +%F_%T`
then trid to send it to the remote host:
zfs send tank at 2008-07-25_09:31:03 | ssh user at 10.0.1.14 -i identitykey ''zfs
receive tank/tankbackup''
but got the error "zfs: command not found" since user is not superuser, even
though it is in the root group.
I found