From owner-freebsd-security Sat Feb 15 19:04:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08049 for security-outgoing; Sat, 15 Feb 1997 19:04:10 -0800 (PST) Received: from eel.dataplex.net (eel.dataplex.net [208.2.87.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA08040 for ; Sat, 15 Feb 1997 19:04:04 -0800 (PST) Received: from [208.2.87.3] (shrimp [208.2.87.3]) by eel.dataplex.net (8.7.5/8.6.9) with ESMTP id VAA09645; Sat, 15 Feb 1997 21:03:52 -0600 (CST) X-Sender: rkw@mail.dataplex.net Message-Id: In-Reply-To: <15017.856058988@critter.dk.tfs.com> References: Your message of "Sat, 15 Feb 1997 17:28:56 PST." Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 15 Feb 1997 21:03:53 -0600 To: Poul-Henning Kamp From: Richard Wackerbarth Subject: Re: changing password... Cc: security@freebsd.org Sender: owner-security@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >In message , Alan Batie writes: >>> Example: to change my my password securely when I had to log in from >>>another >>> location. >> >>How did you get logged in in the first place? Either you're using something >>like ssh and it's all secure, or you're logging in in the clear, and you >>open it up regardless. > >... but wanting to close it right now... This proposal would allow it. login: my_name passwd: Clear_text_1 passwd -c $n$Hash_of_Clear_text_2$ [real work here] logoff [next time] login: my_name passwd: Clear_text_2 passwd -c $n$Hash_of_Clear_text_3$ [real work here] etc.