From: Leo Butler <Leo.Butler@umanitoba.ca>
To: Pankaj Jangid <pankaj@codeisgreat.org>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: How to use ‘ssh -i <identity_file>’ with Tramp?
Date: Fri, 17 Jun 2022 13:59:12 +0000 [thread overview]
Message-ID: <87pmj7ie6i.fsf@t14.reltub.ca> (raw)
In-Reply-To: <87bkure8s3.fsf@codeisgreat.org> (Pankaj Jangid's message of "Fri, 17 Jun 2022 18:39:32 +0530")
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
Then,
ssh ssh-example-com
will do what you want. Or
C-x C-f /ssh:ssh-example-com:. RET
will open the home directory of "someone" on ssh.example.com.
HTH,
Leo
next prev parent reply other threads:[~2022-06-17 13:59 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 [this message]
2022-06-17 14:10 ` Pankaj Jangid
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmj7ie6i.fsf@t14.reltub.ca \
--to=leo.butler@umanitoba.ca \
--cc=help-gnu-emacs@gnu.org \
--cc=pankaj@codeisgreat.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).