[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssh in shell-mode
From: |
Piet van Oostrum |
Subject: |
Re: ssh in shell-mode |
Date: |
08 Oct 2003 17:47:29 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> Joerg Schuster <js@cis.uni-muenchen.de> (JS) wrote:
JS> Hello,
JS> I would like to use ssh in shell mode without having my password
JS> printed on the screen. Is there a possibility to do this? (I know
JS> that eshell uses to hide passwords, but I do not use eshell for other
JS> reasons.)
(add-hook 'comint-output-filter-functions 'comint-watch-for-password-prompt)
--
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl
- ssh in shell-mode, Joerg Schuster, 2003/10/08
- Re: ssh in shell-mode,
Piet van Oostrum <=