Displaying 20 results from an estimated 200 matches similar to: "SSH and root access from limited hosts"
2002 Apr 26
1
Possible Bug report
I have a server (A) with a directory structure I want to copy to another
server (/usr/local/bin...)
On the client (B), only /usr exists (/usr/local doesn't).
I used:
/opt/PKGrsync/bin/rsync -a --delete --force
--rsync-path=/opt/PKGrsync/bin/rsync --exclude=save -v -v /usr/local/bin
B:/usr/local/bin
but it failed with:
opening connection using /usr/bin/ssh B /opt/PKGrsync/bin/rsync
2011 Jun 30
4
sshd and .bashrc
The short version: There's a "#define USE_PIPES"
in the middle of session.c; it would be better if
it were in (e.g.) defines.h or some other .h file.
(If in fact it needs to be defined at all; I'm not
convinced that it does.) Here's the (much) longer
version:
I recently installed the latest OpenSSH on some of
our servers (RHEL5, which provides the 4.3 release)
and soon
2001 Feb 14
0
TTSSH and the SSH trademark
Hi everyone. I want to point out some facts about TTSSH that may be
relevant to the claims of trademark infringement by OpenSSH. I'll confine
my opinions to another message :-).
I released my product, which has always been named "Teraterm SSH" and is
usually abbreviated to "TTSSH", to the public in May 1998. TTSSH is a free
software Windows client for the SSH1 protocol.
2005 Mar 01
1
Anonymous rsync + chroot + LDAP
[* I'm not on the mailing list, so please copy me on any replies; thanks. *]
I was running an anonymous rsync server with chroot (i.e. not overriding
the default) on a Fedora Core 2 system using flat files for
authentication, which I recently upgraded to Fedora Core 3 using LDAP for
authentication, and found that the anonymous rsync server wouldn't start
up. The problem when away if I
2001 Oct 31
2
REQ: Minor change ton handling of without-password
Hi,
OpenSSH 2.9p2 behaves differently with 'PermitRootLogin without-password'
than does SSH 2.2.27 with 'PermitRootLogin nopwd':
nopython.imorgan 153> ssh root at sun523
root at sun523's password:
ROOT LOGIN REFUSED FROM nopython.nas.nasa.gov
nopython.imorgan 154> ssh root at sun566
root at sun566's password:
Permission denied.
In the case of OpenSSH, you simply
2002 Jan 23
5
X.509 support in ssh (revisited)
Hi there,
Forgive me for repeating a question asked about a year ago:
> Hi,
>
> Just wondered if anyone had got the following to work or if there
are any
> plans to add this functionality.
>
> * X.509 certificate support for authentication. As used in the likes of
> stunnel, mod_ssl etc for client auth.
>
> * Directory based (LDAP) key lookup. Either
2009 Nov 02
2
X.509 certificate based IMAP login
Hello list,
The dovecot version is 1.2.6 running on Solaris x86 11 (nv-b91).
The relevant configuration lines are:
passdb ldap { # LDAP database (doc/wiki/AuthDatabase.LDAP.txt.)
args = /pfx/etc/dovecot/dovecot-ldap.conf
}
The file dovecot-ldap.conf is correct and LDAP authentication is
working well.
We would like to make it possible for users with a X.509 client
certificate to log in
2007 May 18
1
svychisq
Dear All
I am trying to use svychisq with a two-dimensional table 4 x 5. The
command I am using is
summary(svytable(~dietperception+dietstatus,dudleyls1rake,na.rm=TRUE),"C
hisq")
It is throwing up an error message as follows:
Error in NCOL(y) : only 0's may be mixed with negative subscripts
In addition: Warning messages:
1: is.na() applied to non-(list or vector) in:
2010 Apr 07
0
Help with manipulation of svytotal output
I have some output from a survey shown below and would like to insert
total rows for each category to then be able to use it as a data set for
further analysis. Is it possible to do this in R. In this example I
would like to insert a row between rows 5 and 6, 10 and 11, 15 and 16,
20 and 21 and put in the sum of the rows 1-5, 6-10, 11-15, 16-20 and to
delete row 21 which has NA in it. I would
2007 Jul 06
0
svyglm
Dear Professor Lumley
I am relatively new to using R and also to logistic regression. We have
analysed our Dudley Health Survey using the survey package. I am now
trying to look at associations using svyglm but I am unsure of how to
interpret the output and present the resulting model or whether there
are any other things I should do to check the validity of the model.
Below is an example of
2005 Jan 11
0
Re: Asterisk-Users Digest, Vol 6, Issue 144
<P>I am running on Core 3 also with a voicepulse account.</P>
<P>I found this document quite helpful....www.voip-info.org/tiki-print.php?page=Asterisk+Fedora+Core+3</P>
<P>I did deviate in that I ran my make of Asterisk itself as follows</P>
<P>cd /usr/src/asterisk</P>
<P>make clean <BR>make linux26 <BR>make install <BR>make
2007 May 08
0
Listing groups in the AD
I am having some issues with the mapping of groups. I want to map one AD
group to one unix group (don't care much about the rest), but the
problem is that I can't find the group.
The Linux machine I am using is part of the AD already and I can get
users to log in via winbind authentication but I need to restrict who
can log in.
If I do
net groupmap modify ntgroup="Linux Users"
2007 Apr 26
1
Winbind: limiting groups that can log-in
Hi,
I am currently trying to configure AD (Windows 2003) + Linux (CentOS
4.4) to allow user logins for certain users, namely, developers.
The winbind authentication part of it is working correctly, but every
user in AD can login to the servers via ssh.
I have tried to limit users by adding
valid_users = @"domain+developers" (+ is the separator)
on /etc/samba/smb.conf, but this
2007 Dec 19
2
$HOME/.ssh/config and host/hostname resolution how-to?
Hiya,
What is the easiest way of looking up a hostname to see if it exists,
taking into account the .ssh/config file?
If i have an entry in my file
host host1
hostname server.domain.name
then usual OS calls won't recognise the 'alias' host1. So, i need to
make a call via ssh somehow to check if the name resolves without
actually initiating a full blown 'expensive'
2010 Aug 12
0
Stream HD video
Thanks both of you for yours replys.
I change my video source to theora with this comand: ffmpeg -i in.wmv
-vcodec libtheora -sameq -acodec libvorbis -ac 2 -sameq out.ogg
Now I have a theora video. How can I stream this video with Icecast2?
Is there any guide?
Thanks for all and best regards.
2010/8/12 E Ferguson Earnshaw <ferguson.earnshaw at gmail.com>:
> I agree I have not seen any
2005 Apr 27
0
GPArotation package
We have just put a package GPArotation on CRAN. The functions in this
package perform an number of different orthogonal and oblique rotations
for factor analysis, using the gradient projection algorithm described
in Coen A. Bernaards and Robert I. Jennrich (2005), "Gradient
Projection Algorithms and Software for Arbitrary Rotation Criteria in
Factor Analysis, ", Educational and
2005 Apr 27
0
GPArotation package
We have just put a package GPArotation on CRAN. The functions in this
package perform an number of different orthogonal and oblique rotations
for factor analysis, using the gradient projection algorithm described
in Coen A. Bernaards and Robert I. Jennrich (2005), "Gradient
Projection Algorithms and Software for Arbitrary Rotation Criteria in
Factor Analysis, ", Educational and
2004 Jul 16
0
Moving domain from one samba box to another
I have searched for the answer but have only found others asking...
I have been running Samba successfully for ten years now, with approx 50
clients hanging off a Solaris box running Samba 2.2.6. The mixed network of
95/98/2000/XP machines were logging into the Samba domain fine and roaming
profiles were functional. We do not have any Windows server machines on
this site.
I decided to upgrade
2005 Feb 19
2
This is NUTS!!SOLVED
Thanks everyone for your feedback, especially Mark. I now have the ALL
the files I need. My order still stands for the $8.00 product from CISCO
but the CP7960 dealer sent me all the files.
Now I will move on to completeing the setup of the TFTP server. Thanks
again
-----Original Message-----
From: Michael Loftis [mailto:mloftis@wgops.com]
Sent: Friday, February 18, 2005 7:51 PM
To:
2008 Feb 28
0
use of step.gam (from package 'gam') and superassignment inside functions
Hello,
I am using the function step.gam() from the 'gam' package (header info
from library(help=gam) included below) and have come across some
behavior that I cannot understand. In short, I have written a function
that 1) creates a dataframe, 2) calls gam() to create a gam object, then
3) calls step.gam() to run stepwise selection on the output from gam().
When I do this, gam()