From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: Connect to the ssh and execute any command Date: Tue, 17 Sep 2013 08:54:51 +0200 Message-ID: <877gegrl8k.fsf@gmx.de> References: <20130912215641.GA6461@demi> <87y571p6dt.fsf@gmx.de> <20130916174453.GA8446@demi> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130916174453.GA8446@demi> (Andrey Tykhonov's message of "Mon, 16 Sep 2013 20:44:53 +0300") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Sender: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org To: Andrey Tykhonov Cc: tramp-devel@gnu.org, emacs-orgmode@gnu.org List-Id: emacs-orgmode.gnu.org Andrey Tykhonov writes: Hi Andrey, >> Tramp does not use FUSE for ssh connections. Please show an example >> connection to the remote host, and how it fails. > Here I try to "ls -la" and get the following error: > > Couldn't find a POSIX `id' command Your remote host does not find a proper "id" command. What happens, if you call the following commands in a shell on that remote host: # id -u # id --version # which id # whereis id # uname -a > Best regards, > Andrey. Best regards, Michael.