<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://tm.root-n.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Tipsというかメモ unix:command:rsync</title>
        <description></description>
        <link>https://tm.root-n.com/</link>
        <lastBuildDate>Mon, 15 Dec 2025 22:06:19 +0900</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://tm.root-n.com/lib/images/favicon.ico</url>
            <title>Tipsというかメモ</title>
            <link>https://tm.root-n.com/</link>
        </image>
        <item>
            <title>Unix :: rsync / root ユーザーで rsync するときにセキュリティーを確保する</title>
            <link>https://tm.root-n.com/unix:command:rsync:security_for_root</link>
            <description>異なるサーバー間でデータの同期（バックアップ）をとる。

その際、root ユーザーで rsync を行うが、できる限りセキュリティーを高めたい。



具体的には、

	*  データの同期元（バックアップ元）の root ユーザーは公開鍵認証でなければ rsync させない
	*  その root ユーザーは、rsync 以外のコマンドを発行できなくする（※ su で root になった場合はすべてのコマンドを発行できます）
	*  その rsync は、指定した IP アドレスからのアクセス（rsync）のみ許可する…</description>
        <category>unix:command:rsync</category>
            <pubDate>Sat, 09 Sep 2017 17:28:45 +0900</pubDate>
        </item>
    </channel>
</rss>
