Displaying 10 results from an estimated 10 matches for "chrootusers".
2003 May 14
2
new feature chroot environment patch
Hi,
I have written code which enables chroot environments for users.
A new sshd onfiguration item ChrootUsers containts a list of users which
has chroot environment.So if the user is not in the list it get's his
normal environment.
For users that are in the chrootusers list there homedir becomes / .
Can you please apply this patch?
With kind regards,
Jeroen Nijhof
-------------- next part -------...
2004 May 05
1
Dovecot chrooting
...mail' splogger qmai
-----end-----
thus i deliver mails through procmail so all mails are located to /var/spool/mail.
The problem exists when i tested chrooting and found it a very good idea to jail all my users.. *but*
still qmail delivers mails to the real /var/spool/mail and not to the /home/chrootusers/var/spool/mail so that dovecot can pick them up. Is there any special configuration in dovecot.conf in order to chroot the /var/spool/mail to /home/chrootusers ?
some of my conf:
login_chroot = yes
valid_chroot_dirs = /home/chrootusers
mail_chroot = /var/spool/mail
default_mail_env = mbox:~/mail/:...
2002 Jul 04
4
Chroot patch (v3.4p1)
...ssh-3.4p1/servconf.c Wed Jul 3 11:23:26 2002
@@ -292,7 +292,7 @@
sX11Forwarding, sX11DisplayOffset, sX11UseLocalhost,
sStrictModes, sEmptyPasswd, sKeepAlives,
sUseLogin, sAllowTcpForwarding, sCompression,
- sAllowUsers, sDenyUsers, sAllowGroups, sDenyGroups,
+ sAllowUsers, sDenyUsers, sChrootUsers, sAllowGroups, sDenyGroups,
sIgnoreUserKnownHosts, sCiphers, sMacs, sProtocol, sPidFile,
sGatewayPorts, sPubkeyAuthentication, sXAuthLocation, sSubsystem, sMaxStartups,
sBanner, sVerifyReverseMapping, sHostbasedAuthentication,
@@ -360,6 +360,7 @@
{ "allowtcpforwarding", sAllowTcpF...
2001 Nov 15
3
again chroot
Hello out there!
I've searched this list up and down in order to find a clue about
restricting sftp or scp to a defined path or to a chroot jail. It seems
there has been development on some patches but I can't find further
information.
Is there any support or planned support for restricting sftp or scp to a
certain path?
If there is already support for this, does anybody have a howto
2011 Jul 14
0
Chroot issue with username to uid
...Ds are correct in the chroot's /etc/passwd.
Is there possibly something I may have not put in the chroot that is needed
for id->name mapping?
Here's how I setup the chroot...I'll provide a full write up once I get this
last issue fixed...
cd /home/
mkdir chroot
cd chroot/
groupadd chrootusers
useradd treydock
usermod -a -G chrootusers treydock
mkdir -p ./{dev,etc,lib,lib64,usr,bin,home}
mkdir -p ./usr/{bin,libexec}
mkdir -p usr/libexec/openssh
mknod -m 666 dev/null c 1 3
cp -R /etc/skel home/treydock
chown -R treydock:treydock /home/chroot/home/treydock
cp /etc/ld.so.cache /home/chr...
2002 Nov 05
2
[PATCH] Add a chroot_users option to sshd
...! sUsePrivilegeSeparation,
sDeprecated
} ServerOpCodes;
--- 302,308 ----
sBanner, sVerifyReverseMapping, sHostbasedAuthentication,
sHostbasedUsesNameFromPacketOnly, sClientAliveInterval,
sClientAliveCountMax, sAuthorizedKeysFile, sAuthorizedKeysFile2,
! sUsePrivilegeSeparation, sChrootUsers,
sDeprecated
} ServerOpCodes;
***************
*** 375,380 ****
--- 379,385 ----
{ "clientalivecountmax", sClientAliveCountMax },
{ "authorizedkeysfile", sAuthorizedKeysFile },
{ "authorizedkeysfile2", sAuthorizedKeysFile2 },
+ { "chrootusers"...
2004 Jun 29
1
[Bug 177] chroot tools for OpenSSH 3.1p1
http://bugzilla.mindrot.org/show_bug.cgi?id=177
mlists.20.jardel at spamgourmet.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mlists.20.jardel at spamgourmet
| |.com
------- Additional Comments From
2002 Jun 28
0
Chroot v3.4p1
Greetings!
I am working on a patch that will support a "ChrootUsers" option in the
v3.4p1 config file.
I am wondering if there are already plans to support a chroot option on
the go?
Regards,
_________________________________________
Open Text Corporation - HMS Division.
John Furman
Network Security Officer
jfurman at opentext.com
www.opentext.com/hms
V...
2003 Nov 18
0
question on chroot patches
*This message was transferred with a trial version of CommuniGate(tm) Pro*
When we last deployed OpenSSH (v. 3.4p1), we used a chroot patch
supplied by John Furman. Does anyone know if that is still being
maintained, and if so, where one may get it? If not, do any of the
other chroot patches use the same configuration syntax?
Specifically, it adds ChrootDir and ChrootUser to sshd_config.
2000 Apr 19
2
ssh and chroot...
I have a RedHat 6.0 x86 server which is serving a number of minor things, which I wish to add shell access to.
I'm currently running sshd and am quite happy with it, the exceptiong being that I am unable to make sshd perform a chroot for shell account users.
I have been reading man pages and howto's, many of which discuss sshd or chroot, but never the two together.
Is this not an