ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Rafael Malikov <malikov@ancor.ru>
To: shigorin@gmail.com,
	ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Rsync помощь в настройке...
Date: Mon, 04 Sep 2006 17:54:44 +0400
Message-ID: <44FC3024.9080904@ancor.ru> (raw)
In-Reply-To: <20060903002600.GG9087@osdn.org.ua>

Доброго времени суток.

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/

все

-- 
Rafael Malikov,
System administrator.



  reply	other threads:[~2006-09-04 13:54 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 [this message]
2006-09-04 14:32         ` Michael Shigorin
2006-09-04 14:43         ` Andrei Bulava
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=44FC3024.9080904@ancor.ru \
    --to=malikov@ancor.ru \
    --cc=shigorin@gmail.com \
    --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