help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ssh in emacs


From: prad
Subject: Re: ssh in emacs
Date: Sat, 18 Jun 2011 22:55:21 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Perry Smith <pedzsan@gmail.com> writes:


> is there a mode like telnet and rlogin but uses ssh?
>
do you mean as in what tramp offers?
tramp does ssh and a lot of other stuff too and is there by default in
emacs23 (don't recall installing it).

i found i was having some difficulties with ssh (on arch, but have kept
the same settings on debian), but have been using scp with no issues for
several months with the following in my dotemacs:

;;; tramp 
(setq tramp-default-method "scp") 
(setq tramp-chunksize 100)


here's the website:
http://www.gnu.org/software/tramp/


-- 
in friendship,
prad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]