ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Andrew G. Klepcha" <drew@mogilev.beltelecom.by>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] Q: how to set password on first login
Date: Thu, 5 Jul 2007 12:26:52 +0400
Message-ID: <200707051226.52201.drew@mogilev.beltelecom.by> (raw)
In-Reply-To: <468C5B30.4070807@parkheights.dyndns.org>

В сообщении от Thursday 05 July 2007 06:45:04 sergey ivanov написал(а):
> Привет всем.
> Помогите пожалуйста, не могу справиться с задачкой.
> Надо позволить пользователю установить себе пароль при первом входе в
> систему по ssh по ключу.

не уверен, что правильно понял вашу задачу...
в пору, когда мне довелось админить/заводить кучу пользователей и захотелось, 
чтобы они сами назначали себе пароль, то я вписывал всем в ~/.profile 
следующее:
------------------------
CUR_PASS=`passwd -s|/usr/local/bin/gawk '{print $2}'`
while [[ $CUR_PASS != PS ]];
        do
                passwd
                CUR_PASS=`passwd -s|/usr/local/bin/gawk '{print $2}'`
done

if [[ $CUR_PASS != PS ]]; then
        exit
fi
------------------

надеюсь, идея понятна....

зы
правда это делалось на sco unixware

  reply	other threads:[~2007-07-05  8:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-05  2:45 sergey ivanov
2007-07-05  8:26 ` Andrew G. Klepcha [this message]
2007-07-05  9:45   ` Slava Semushin
2007-07-05  9:37     ` Andrew G. Klepcha
2007-07-05 13:33 ` Sergey
2007-07-06  3:52   ` Slava Semushin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200707051226.52201.drew@mogilev.beltelecom.by \
    --to=drew@mogilev.beltelecom.by \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git