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

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

Re: insecure password handling in emacs shell


From: Glenn Morris
Subject: Re: insecure password handling in emacs shell
Date: 16 Feb 2002 23:00:38 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 on i686-pc-linux-gnu

varg@thsun1.jinr.ru (Шепляков Алексей) wrote:

> BUG:     when telnet (rlogin,etc.) invoked from emacs shell, 
>          emacs DOES NOT SUPPRESS PASSWORD ECHOING

Does this help?

(add-hook 'comint-output-filter-functions
                  'comint-watch-for-password-prompt)

This certainly stops ssh (can't think of anywhere I can still telnet!)
echoing passwords at me in shell.



reply via email to

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