| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RP_MATCHES_RCVD,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Michael Hoffman <cygwin-hoffman AT sneakemail DOT com> |
| Subject: | Re: 1.7.9: login via ssh allows Administrator privileges |
| Date: | Sun, 9 Oct 2011 18:37:34 +0000 (UTC) |
| Lines: | 26 |
| Message-ID: | <loom.20111009T203606-94@post.gmane.org> |
| References: | <loom DOT 20111009T004052-731 AT post DOT gmane DOT org> <4E91A543 DOT 4050200 AT t-online DOT de> |
| Mime-Version: | 1.0 |
| User-Agent: | Loom/3.14 (http://gmane.org/) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Christian Franke <Christian.Franke <at> t-online.de> writes:
> Michael Hoffman wrote:
> > When I log in via ssh I find I have Administrator privileges:
> >
> > [snip]
> >
> > Is there a way to turn this off or remove myself from the Administrators and
> > root groups? I prefer not to have administrative access unless I explicitly
> > request it.
>
> Restarting the shell through cygdrop from cygutils package may help:
>
> # exec cygdrop /bin/bash -l
Thanks for the helpful response! I was able to get the behavior I wanted by
adding this to /etc/sshd_config:
ForceCommand /bin/bash /etc/ssh-cygdrop
and putting this in /etc/ssh-cygdrop:
exec cygdrop ${SSH_ORIGINAL_COMMAND:-"$SHELL"}
Thanks again!
Michael
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |