X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=RCmFJ9HZ776BqP+Pc8K2GSqUIjT4n glbSC87/48qNgun3MX4nX3l0ukTefMC4EEibMCix323P8EqiI/LjW/LzykYuO8MS lDYTA7yvzhG235pHW5zzvmDGUsVRPxH7UC3s92aI5zJVaB3YZ6VUyDuaUre/8Ic0 XLVAFNu+OlBVbE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=EmYYDtjwVez2DfZQE1IFMaT9DkI=; b=rvo RzujyfWMVSOOWATjPJg4xrC/Z6Gu3nK9bvcOQtZmoQKvXG3TlDY7nEetJpNdRMuL YbkWeGB/1ORh0DyZ5k94kBHO4cc6D1zthusj8pqYB60y7G1HKct2c6rv8meYBROq jZcm2dJVHob+Sx/kx1tR7t9CWetVwUZTPn9SHVCM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_MK autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.58.235.69 with SMTP id uk5mr9683645vec.17.1372688809830; Mon, 01 Jul 2013 07:26:49 -0700 (PDT) Date: Mon, 1 Jul 2013 10:26:49 -0400 Message-ID: Subject: Can SSH from localhost as Admin but NOT 'regular' user when using passwords From: Evan Rowley To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Hi Cygwin, I'm tasked with setting up SFTP serving on 2 Windows Server 2003 VMs. One of these installations has been giving me problems and I'm not sure what the solution is. The following command works fine when run as Administrator and SFTP_User in these two configurations: (password,keyboard-interactive) only and (password,publickey,keyboard-interactive) ssh Administrator AT localhost The following command fails when run as Administrator and SFTP_User in this configuration: (password,keyboard-interactive) ssh SFTP_User AT localhost The following command works fine when run as Administrator and SFTP_User in this configuration: (password,publickey,keyboard-interactive) ssh SFTP_User AT localhost In each scenario, I've double, tirple, quadruple checked to make sure the SFTP_User password is entered correctly. Both of these users are local users and mkpasswd with the -l flag has been cat'd into /etc/passwd in order to set up the passwords correctly. Not sure where else to focus on next. Thanks. -- - EJR -- 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