Displaying 20 results from an estimated 500 matches similar to: "how to compile ssh with pam"
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
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.
2010 May 13
1
Non-functional replacement...
This patch just includes the repo name in the subject.
2010 May 14
3
Replacement patch...
This one incorporates feedback from mburns and apevec to ensure
that all multipath devices are excluded in the list of available
drives.
Only drives with an identified bus are included in the list now.
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-*
ACK to all. Pushed.
2009 Jul 01
1
Replacement patch for bz#507455
This patch includes a fix to no longer list devices with 0 bytes
of storage, such as removeable media devices with no media present.
2009 May 21
1
[PATCH node] display descriptions for all disks
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-config-storage | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index be5aec0..671ad7d 100755
--- a/scripts/ovirt-config-storage
+++ b/scripts/ovirt-config-storage
@@ -36,15 +36,17 @@ logging_min_size=5
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
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
Quote everywhere that we reference wwid in o-c-storage, o-c-boot
and ovirt-functions.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 6 +-
scripts/ovirt-config-storage | 178 +++++++++++++++++++++---------------------
scripts/ovirt-functions | 38 +++++-----
3 files changed, 111 insertions(+), 111 deletions(-)
diff --git
2009 Jul 14
1
[PATCH node] Filters out all non-physical networking devices.
This patch will scan through the list of devices that have the net.80203
capability. It will then also ensure that only those which originate
from a physical device and are not logical devices are presented.
Resolves: rhbz#511369
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-networking | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff
2003 Jul 10
1
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthentication no + PermitEmptyPasswords yes (followup)
Greetings,
Problem : Openssh3.6.1p2 on UnixWare 7.1.1 allows access to passwordless
account without a valid key when sshd_config has PasswordAuthentication no
+ PermitEmptyPasswords yes
Attempts:
Installed maintence pack3 and recompiled both OpenSSH and OpenSSL (0.9.7b)
with native c compiler.
Recompiled both OpenSSH and OpenSSL (0.9.7b) with gcc (2.95.2).
Still the same problem.
Looking at
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
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for
storage. Comments and suggestions are appreciated.
Mike
2008 Sep 16
2
Cypress Semiconductor USB to serial
My UPS has a usb interface with USB-to-Serial chip.
But ucycom driver doesn't recognize it.
uhid driver does, but it doesn't help me, I need a virtual com port.
(output below is without uhid loaded)
What can I do to get it working?
udi = '/org/freedesktop/Hal/devices/usb_device_665_5161_noserial'
freebsd.device_file = '/dev/ugen1' (string)
freebsd.driver =
2011 May 05
1
reading a column as a character vector
Hi!
I have 2 columns (even though the data looks like there's more columns than
just two) of data in the following format:
0,"58905313R0EOL" "229742002R0EOL" "58905312R0EOL"
1,"58905317R0DBL" "58905303R0DBL" "58905313R0IL" "58905313R0VH"
"58905313R0EOL" "223354003R0IL" "223354003R0VH"
2015 Feb 16
2
[LLVMdev] LLVM Backend
I am working on LLVM backend and was wondering if there is any way by which
I can access the value stored SDValue so I can either assign it as a
literal or move it to register in an user defined instruction.
Something like:
SDValue Value = Op->getOperand(2);
intValue = Value.get_integer_value //get Value as an int
and then
if ( intValue > 31)
Thanks,
Ambuj
-------------- next part
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password.
---
Makefile.am | 1 +
livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++
ovirt-node-image.spec.in |
2008 Nov 21
2
Basic question on concatenating factors
Hi all,
I hope it's not too trivial for the list - I'm trying to concatenate
two factor arrays, and obtain the following:
> f1<-factor(c("a","a","b"))
> f1
[1] a a b
Levels: a b
> f2<-factor(c("b","b","a"))
> f2
[1] b b a
Levels: a b
> c(f1,f2)
[1] 1 1 2 2 2 1
Instead of getting:
[1] a a b b b a
Levels: a
2003 Jun 14
1
show application DISA
hi all
the help output for DISA ends like below, with the half-sentence 'Note that in
the case'
what's the rest of that sentence?
The file that contains the passcodes (if used) allows specification
of either just a passcode (defaulting to the "disa" context, or
passcode|context on each line of the file. The file may contain blank
lines, or comments starting with
2005 Jan 17
2
internal dial tone on password from outside
Is it possible to get an internal dial tone when I call to my asterisk
and enter password?
I would like to call my line enter extension - password - and get
internal dial tone.
once I'm in I would like to dial based on what context permits, mostly
long distance calls VOIP.
I can not preset the extension to certain number as I don't know what
number I will be dialing.
--
#Joseph