all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: help-gnu-emacs@gnu.org
Subject: Re: How to use ‘ssh -i <identity_file>’ with Tramp?
Date: Fri, 17 Jun 2022 19:40:23 +0530	[thread overview]
Message-ID: <875ykze5yo.fsf@codeisgreat.org> (raw)
In-Reply-To: 87pmj7ie6i.fsf@t14.reltub.ca

Leo Butler <Leo.Butler@umanitoba.ca> writes:

> On Fri, Jun 17 2022, Pankaj Jangid <pankaj@codeisgreat.org> wrote:
>
>> When I edit remote files using ssh with default options, it works fine. But
>> now there is a requirement to use an identity_file with option -i. How to
>> add this option when connecting using Tramp?
>>
>> On command line I connect using this command,
>>
>> ssh -i <identity_file> user@host
>
> I would create ~/.ssh/config and populate it with your command-line
> options:
>
> #+begin_example
> Host ssh-example-com
>      HostName           ssh.example.com
>      User               someone
>      Port               4321
>      IdentityFile       ~/.ssh/ssh.example.com
> #+end_example

Thanks. This works. And I found another option also. Use ssh-add to add the
IdentityFile to ssh’s own store. And then use ssh as usual.




  reply	other threads:[~2022-06-17 14:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-17 13:09 How to use ‘ssh -i <identity_file>’ with Tramp? Pankaj Jangid
2022-06-17 13:59 ` Leo Butler
2022-06-17 14:10   ` Pankaj Jangid [this message]
2022-06-17 17:58     ` Emanuel Berg
2022-06-18  7:04       ` [changed_to] Had to fill quotes manually Pankaj Jangid
2022-06-21  4:02         ` Emanuel Berg

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=875ykze5yo.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.org \
    --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.