Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] Specify PAM Service name in sshd_config"
2014 Nov 18
2
setting up access for users
Folks
I have a request to set up 2 types of access to the same Samba share. So far I've not had any luck getting this to work. The owner wants two groups to have different levels of access to the same share. One group needs read/write access, the other needs read only. Can someone tell me how to do this? This is not a publicly accessible or browseable share.
The Samba servers is RHEL5
2013 May 13
6
[Bug 2102] New: [PATCH] Specify PAM Service name in sshd_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2102
Bug ID: 2102
Summary: [PATCH] Specify PAM Service name in sshd_config
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: PAM support
2014 Jun 18
15
[Bug 2246] New: PAM enhancements for OpenSSH server
https://bugzilla.mindrot.org/show_bug.cgi?id=2246
Bug ID: 2246
Summary: PAM enhancements for OpenSSH server
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: enhancement
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at
2008 Aug 22
1
R and GNUPLOT
Hello,
I am trying to send commands to GNUPLOT to load a .plt file that was generated with a C++ software module called with R, and to replot.
I am able to open the program with shell.exec (below) but I am at a loss at what do next. Any suggestions??
shell.exec("C:\\ gnuplot \\ bin \\ wgnuplot.exe")
Thanks
2014 Jun 19
1
AuthenticationMethods in sshd_config accepting empty method list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
I just came across a contradiction between the man page of AuthenticationMethods and the accepted
methods list.
According to the sshd_config manual page:
"""
AuthenticationMethods
Specifies the authentication methods that must be successfully completed for a user to be granted
access. This option must be followed by one
2020 Jun 03
7
Auth via Multiple Publickeys, Using Multiple Sources, One Key per Source
I don't see a way to do this currently (unless I am missing something)
but I would like to be able to specify, that in order for a user to
login, they need to use at least 1 public key from 2 separate key
sources.? Specifically this would be when using "AuthenticationMethods
publickey,publickey".? Right now requiring 2 public keys for
authentication will allow 2 public keys from
2007 Mar 08
1
sink with R-code
I have the same question that Eusebio had:
Is there a function similar to "sink" that redirect also R code to a
file that
is:
sink("R001")
x <- c(2,-6,-4,8,5,4,1,3,4,-9,0,1)
A <- matrix(x, ncol=3)
A
A.prima <- t(A)
A.prima
dim(A)
dim(A.prima)
sink()
create a file "R001" with contents:
------------------------------------------
[,1] [,2] [,3]
[1,]
2003 Mar 26
1
Changing PAM service name in sshd_config, or running sshd as non-root
Currently, openssh's PAM service name is a compile-time choice.
That's fine when one uses one sshd to serve normal shell logins
and the like. But this will not work IF sshd is nor run as
root (which I don't want it to do), because pam_open_session
usually requires access to one's shadow information (for account
expiration perhaps?), and there is no way (and need: this sshd
is
2017 Jan 09
2
[Bug 2663] New: [man] sshd_config(5) AuthenticationMethods segment clarification, proposal and questions
https://bugzilla.mindrot.org/show_bug.cgi?id=2663
Bug ID: 2663
Summary: [man] sshd_config(5) AuthenticationMethods segment
clarification, proposal and questions
Product: Portable OpenSSH
Version: 7.2p2
Hardware: Other
OS: Linux
Status: NEW
Keywords: low-hanging-fruit
2000 Jan 24
1
Help compiling R
Hi,
I have just downloaded R (v. 0.90.1) and am trying to compile it on a Sun/UNIX
system running Solaris 2.6. Needless to say, I have run into a problem, and
cannot find any info on it through the CRAN site, or searching the old
discussion files.
When I do the "make', after configuring, I get the message, "The current
directory must be set to the RSI directory. Change the
2002 Mar 27
2
Vertical bars with barchart()
I would like to create a barchart that has vertical instead of horizontal
bars. My goal is something similar to Figure 6.10 (p. 166) in
"The Basics of S and S-plus," except for the orientation of the bars.
I don't think bwplot() or xyplot() will work. Any suggestions?
Scott Waichler
Hydrology Group/Environmental Technology Division
Battelle Pacific Northwest National Laboratory
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
I''ve installed Puppet and am installing Dashboard on CentOS 6. I''m running
into an ''undefined method'' when installing the dashboard. To install
Puppet Open Source, I ran:
> rpm -ivh
2007 Dec 17
3
bar plot colors
All,
I have a question regarding colors in bar plots. I want to stack a
total of 18 cost values in each bar. Basically, it is six cost types and
each cost type has three components- direct, indirect, and induced
costs. I would like to use both solid color bars and bars with the
slanted lines (using the density parameter). The colors would
distinguish cost types and the lines would
2002 Jan 31
1
Example scripts for trellis graphs
How can I access examples of trellis graphs in R? I'm especially
interested in getting code for xyplot() examples.
Failing a collection of examples in R, I see that
under Splus there are numerous example.*() functions. I can
access Splus with a command line but can't open a graphics window,
so I can't to execute the example.*() functions. Is there a way
I could get the associated
2002 Feb 06
1
dev.off() prematurely stops xyplot()
I have a script containing an xyplot() to print to a postscript
file, followed by dev.off(). When I source the script, the dev.off()
seems to cut off the xyplot() execution before it is finished.
The resulting postscript file has about the right size, but it
appears blank when I try to view it. If I manually execute the
xyplot(), then wait for the return of the R prompt before executing
2003 Jun 06
1
Contour plot question
In a contour plot having numeric values displayed
next to the contours, is it possible to modify these
numeric values so that they are bolded, enlarged,
and/or placed differently?
Much thanks in advance,
David Paul, Ph.D.
Battelle Memorial Institute
614.424.3176
2008 Apr 09
1
R in a cluster environment?
I'm a cluster administrator and one of my users has requested that I install R on our system. Can R be used in a cluster computing environment that utilizes batch processing, i.e. no graphical output during processing? Also, can R be parallelized to run on many nodes/processors simultaneously?
Ivan
Ivan E. Tornes Ph.D.
Battelle
505 King Avenue
Columbus, OH 43201-2693
?
Phone:614-424-5165
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
2002 Mar 27
0
Re: RE Vertical bars with barchart()
Hi,
[I'mm cc-ing r-help on this, since some others might be interested (Tony
Rossini is, at least)]
Yes, I saw your mail and was wondering about what would be the best approach
to do it. It's definitely not trivial, mainly because Trellis is not designed
to handle factors on the x-axis (chiefly for convenience, as factors typically
have long names which are difficult to write on the
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