all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Haines Brown <haines@histomat.net>
To: help-gnu-emacs@gnu.org
Subject: Re: run ssh in emacs
Date: Thu, 15 Jan 2015 11:26:53 -0500	[thread overview]
Message-ID: <87h9vsqab6.fsf@bach.histomat.net> (raw)
In-Reply-To: mailman.17817.1421162618.1147.help-gnu-emacs@gnu.org

I've taken almost six hours from pressing work to get tramp to access
web servers, and have gotten nowhere.

The tramp manual says that default authorization file is
~/.authinfo.gpg. I assume I can use ~/.authinfo until I get things
working.

When I use tramp in emcas (C-x C-f), I get a quick alert: .netrc is
either not owned by you or badly protected. The latter is the case. I
have an old .netrc file with commented lines in it.

I have impression the default tramp method is ftp, but if my C-x C-f
command does not specify the method, the ssh method is instead used
because in the tramp init file I specifid ftp as tramp's default
method. I must access web servers with FTP, but I make ssh the defalt
method because that's what I use to access hosts on my LAN. So when I
access web servers I need to specify the ftp protocol.

Man authinfo and info tramp do not tell me how to specify the method in
the C-x C-f command, but I find by trial and error that I can manually
log successfully with:

    C-x C-f /ftp:user@server.com:

However, to log in automatically, I must define method and user in the
.authinfo file. I can specify user and pw for my LAN hosts, but
apparently it does not work for web servers. Thus the need to specify
method and user in the command line.

The tramp manual says my .authinfo line should look like this:

    machine server.com login Benutzer password Geheim

But this does not work, for the password is nevertheless requested.

If I insist by repeating the login, I can get this:

   ftp> user "Benutzer"
   331 Password required for user Benutzer
   530 Login incorrect
   ftp>

I rechecked with the web server, and its protocol is FTP, and my account
name and PW are correct. That I'm unable to log in automatically
therefore suggests a synax error that prevents the info in .authinfo
from being used. 

Haines 



  parent reply	other threads:[~2015-01-15 16:26 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12 19:32 run ssh in emacs Haines Brown
2015-01-12 19:42 ` Tory S. Anderson
2015-01-13 12:38   ` Haines Brown
2015-01-13 13:04     ` Nikolay Kudryavtsev
2015-01-13 13:18       ` Tory S. Anderson
2015-01-13 13:21       ` Michael Albinus
2015-01-13 13:18     ` Tory S. Anderson
2015-01-13 13:28       ` Michael Albinus
2015-01-13 14:29     ` Tory S. Anderson
2015-01-13 15:16       ` Haines Brown
2015-01-13 15:23         ` Tory S. Anderson
2015-01-13 18:11           ` Haines Brown
2015-01-14  4:26             ` Bob Proulx
     [not found]         ` <mailman.17817.1421162618.1147.help-gnu-emacs@gnu.org>
2015-01-15 16:26           ` Haines Brown [this message]
2015-01-15 17:19             ` Ted Zlatanov
2015-01-15 20:26               ` Haines Brown
2015-01-15 21:10                 ` Ted Zlatanov
2015-01-16 17:18                   ` Haines Brown
2015-01-16 19:59                     ` Michael Albinus
     [not found]                     ` <mailman.18043.1421438398.1147.help-gnu-emacs@gnu.org>
2015-01-16 20:55                       ` Haines Brown
2015-01-16 21:34                         ` Dan Espen
2015-01-16 21:36                         ` Michael Albinus
2015-01-17 12:17                           ` Haines Brown
2015-01-17 17:12                             ` Michael Albinus
     [not found]                             ` <mailman.18073.1421514787.1147.help-gnu-emacs@gnu.org>
2015-01-17 20:15                               ` Haines Brown
2015-01-17 23:32                                 ` Dan Espen
2015-01-18 12:29                                   ` Haines Brown
2015-01-19  2:15                                     ` Dan Espen
     [not found]                           ` <mailman.18064.1421497097.1147.help-gnu-emacs@gnu.org>
2015-01-17 14:13                             ` Dan Espen
     [not found]       ` <mailman.17814.1421162216.1147.help-gnu-emacs@gnu.org>
2015-01-13 16:59         ` Dan Espen
     [not found]     ` <mailman.17800.1421154285.1147.help-gnu-emacs@gnu.org>
2015-01-14 12:14       ` Haines Brown
2015-01-14 19:55         ` Bob Proulx

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h9vsqab6.fsf@bach.histomat.net \
    --to=haines@histomat.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.