<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>その他 | Linuxでサーバー構築</title>
	<atom:link href="https://korodes.com/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Thu, 16 Feb 2023 13:53:19 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://korodes.com/wp-content/uploads/2020/01/cropped-profile-32x32.jpg</url>
	<title>その他 | Linuxでサーバー構築</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>初期設定Ⅱ　SSHサービス・ファイアウォール設定</title>
		<link>https://korodes.com/debian_03/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 21 Jan 2020 11:47:19 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=477</guid>

					<description><![CDATA[Debian10インストール後の初期設定その２として次のことを設定します。

・SSHサービスのセキュリティ設定
・ファイアウォールとしてUFWの設定

1. SSHサービスのセキュリティ設定

SSHサービスはデフォルトでrootユーザーのログインを許可しています。rootユーザーはユーザー名が既に判明しているためパスワードが判明すると、管理者権限でサーバーへログイン出来るため、これを拒否する設定を行います

1.1 一般ユーザーの作成

Debianのインストール時に一般ユーザーを作成している場合は、本手順は不要です。
サー バーに作成されているユーザーがrootのみの場合、SSHによるリモートログインが出来なくなりますので、OSのインストール時にユーザーを作成していない場合、事前にユーザーを作成する必要があります。OSのインストール時にユーザーを作成している場合は、本手順は不要です。
ユーザーの作成は"useradd"コマンドで行います。"-m"オプションでホームディレクトリの作成、"-p"オプションでパスワードを指定します。]]></description>
		
		
		
			</item>
		<item>
		<title>初期設定Ⅲ　その他設定(SU、リポジトリ ミラー、locate、タイムゾーンの設定)</title>
		<link>https://korodes.com/debian_04/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 22:07:03 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=484</guid>

					<description><![CDATA[Debianインストール後すべき初期設定のうち、今回は次の項目を設定する。
・suできるユーザーを制限する
・Debian リポジトリ ミラー設定編集
・ locateコマンドを利用できるようにする
・ロケールの設定
・タイムゾーンの設定
・システムパッケージのアップデート

1.  suできるユーザーを制限する

Debianではデフォルト設定の場合"su"コマンドでどのユーザーでもrootユーザーに移行することができます。
複数のユーザーがサーバーに作成されている場合、どれか一つでもユーザーのログイン情報が分かってしまうと不正アクセス後にsuコマンドでrootユーザー権限を奪取されてしまうため、できる限りsuコマンドを実行できるユーザーを制限します。
wheelグループに属するユーザーのみにsuを実行できる権限を与えることができるようにします。]]></description>
		
		
		
			</item>
	</channel>
</rss>
