Displaying 5 results from an estimated 5 matches for "cacr".
Did you mean:
cac
2011 Jun 30
4
sshd and .bashrc
...might want to change it?
Burying it down in the middle of session.c just seems like an
unwise decision ...
---------------
Mark Bartelt
Center for Advanced Computing Research
California Institute of Technology
Pasadena, California 91125
626 395 2522
626 584 5917 fax
626 628 3994 e-fax
mark at cacr.caltech.edu
http://www.cacr.caltech.edu/~mark
2002 Mar 18
0
SSH and root access from limited hosts
...00+.
What I would ideally like is "AllowRootUsersFrom host1 host2 host3" with no
other user/service being affected.
Duncan Ferguson
IT Infrastructure Unix Systems Engineer
Phone: 01384 264 060
Mobile: 07968 148 748
> -----Original Message-----
> From: Anne Carasik [SMTP:gator at cacr.caltech.edu]
> Sent: Friday, March 15, 2002 6:13 PM
> To: Ferguson, Duncan
> Cc: 'secureshell at securityfocus.com'
> Subject: Re: SSH and root access from limited hosts
>
> Hi Duncan
>
> There should be something in the sshd_config (and sshd2_config for
> SSH.c...
2005 Mar 01
1
Anonymous rsync + chroot + LDAP
...ouldn't start
up. The problem when away if I turned off chroot, or if I put a copy of
libnss_ldap.so.2 into ${path}/lib/libnss_ldap.so.2. Is that the expected
behavior, or should a chrooted anon-rsync work on an LDAP-using system out
of the box?
-Josh (jbs@cacr.caltech.edu)
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
2002 Jul 03
3
[Bug 333] X11 forwarding not working in OpenSSH 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=333
------- Additional Comments From stevesk at pobox.com 2002-07-04 05:41 -------
i will guess configure did not find an xauth when
it was built ($PATH is irrelevant here). please
verify.
see $HOME/.ssh/rc example in sshd.8 which can be used
as a workaround in this case.
djm: autoconf-2.53 exposes a bug for xauth path detection.
------- You