ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Andrei Bulava <abulava@altlinux.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Rsync помощь в настройке...
Date: Mon, 04 Sep 2006 17:43:10 +0300
Message-ID: <44FC3B7E.505@altlinux.ru> (raw)
In-Reply-To: <44FC3024.9080904@ancor.ru>

Rafael Malikov wrote:
> Доброго времени суток.
> 
> 1. на обоих машинах от рута запускаешь
> ssh-keygen -b 1024 -t dsa
> cat .ssh/id_dsa.pub
> хочешь длинее ключ, меняй параметр -b
> при этому у тебя сформируются ключи в каталоге ~.ssh/ один внутрений 
> второй паблик
> 2. далее
> vim /root/.ssh/authorized_keys
> запихиваешь в разные машины содержимое паблик ключей
> т.е. М1 cat .ssh/id_dsa.pub > M2 .ssh/authorized_keys и наоборот
> 3. далее на обоих машинах правишь
> /etc/openssh/sshd_config
> на предмет
> PermitRootLogin yes
> это конечно дыра в системе, но я думаю у тебя обе машины за файрволом, 
> на крайняк с внешнего интерфейса прикой ssh
> (не забудь после этоно service sshd restart ;)
> 4. далее можешь прямо в крон, можешь одельний скриптик нарисовать и 
> запускать его по крону
> На М2
> rsync -a M1:/var/cache/apt/archives /var/cache/apt/
> На М1
> rsync -a M2:/var/cache/apt/archives /var/cache/apt/
> 
> все

Можно и не ухудшать безопасность через "PermitRootLogin yes", если
вместо root использовать учётную запись пользователя из группы rpm:

Тогда изменения по шагам:

1. от пользователя rpmgroupmember запускаешь
2. vim /home/rpmgroupmember/.ssh/authorized_keys
3. не надо
4. использовать crontab'ы пользователей rpmgroupmember

Как раз тот случай, когда прямой путь - более короткий :-P

-- 
// AB1002-UANIC



  parent reply	other threads:[~2006-09-04 14:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-21  6:45 Serge
2006-08-21  6:51 ` Dmitriy L. Kruglikov
2006-08-21  7:10   ` Serge
2006-08-21  7:49     ` ABATAPA
2006-08-21  8:57       ` Serge
2006-08-21  9:07         ` Dmitriy L. Kruglikov
2006-08-21  9:40           ` Serge
2006-08-21  9:32         ` ABATAPA
2006-08-21  9:58           ` Serge
2006-08-21 10:07             ` Led
2006-08-21 10:31               ` Serge
2006-08-30 18:00                 ` Хихин Руслан
2006-08-31 11:23                   ` Serge
2006-09-03  0:26     ` Michael Shigorin
2006-09-04 13:54       ` Rafael Malikov
2006-09-04 14:32         ` Michael Shigorin
2006-09-04 14:43         ` Andrei Bulava [this message]
2006-09-04 14:47           ` Rafael Malikov
2006-09-04 15:20             ` Serge
2006-09-04 19:59               ` Michael Shigorin
2006-09-05  6:17               ` Dmitriy L. Kruglikov

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=44FC3B7E.505@altlinux.ru \
    --to=abulava@altlinux.ru \
    --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