tramp-devel
[Top][All Lists]
Advanced

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

su: or sudo: without dired


From: Bruno Tavernier
Subject: su: or sudo: without dired
Date: Wed, 06 Oct 2010 18:52:39 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Hello,

For ssh hoping and su administration I use /su: and /sudo: a lot (with
ido).

When this is the first time that I login, let's in root, after inputing
the password tramp(?) opens a dired buffer. Later on, /su: or /sudo:
don't call dired and the minibuffer is used.

Is there a way to *not* open dired at all? I search the info pages and
the web but nothing came out.

Thanks.

-- 
Bruno


My tramp config (and nothing configured for dired)
,----
| (setq tramp-default-method "ssh")
| (setq password-cache nil)
| 
| (eval-after-load "tramp"
|   '(progn
|      ; ssh su hoping
|      (add-to-list 'tramp-default-proxies-alist
|                 '("Cloud" "root" "/ssh:%h:"))))
`----



reply via email to

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