JavaScript is required to for searching.
ナビゲーションリンクをスキップ
印刷ビューの終了
Solaris のシステム管理 (セキュリティサービス)     Oracle Solaris 10 8/11 Information Library (日本語)
search filter icon
search icon

ドキュメントの情報

はじめに

パート I セキュリティーの概要

1.  セキュリティーサービス (概要)

パート II システム、ファイル、およびデバイスのセキュリティー

2.  マシンセキュリティーの管理 (概要)

3.  システムアクセスの制御 (作業)

4.  デバイスアクセスの制御 (作業)

5.  基本監査報告機能の使用方法 (作業)

6.  ファイルアクセスの制御 (作業)

7.  自動セキュリティー拡張ツールの使用 (手順)

パート III 役割、権利プロファイル、特権

8.  役割と特権の使用 (概要)

9.  役割によるアクセス制御の使用 (手順)

10.  役割によるアクセス制御 (参照)

11.  特権 (手順)

12.  特権 (参照)

パート IV 暗号化サービス

13.  Oracle Solaris の暗号化フレームワーク (概要)

14.  Oracle Solaris の暗号化フレームワーク (手順)

15.  Oracle Solaris 鍵管理フレームワーク

パート V 認証サービスと安全な通信

16.  認証サービスの使用 (手順)

17.  PAM の使用

18.  SASL の使用

19.  Oracle Solaris Secure Shell の使用 (手順)

20.  Oracle Solaris Secure Shell (参照)

標準的な Secure Shell セッション

Secure Shell でのセッションの特性

Secure Shell での認証と鍵の交換

Secure Shell での GSS 資格の取得

Secure Shell でのコマンドの実行とデータの転送

Secure Shell でのクライアントとサーバーの構成

Secure Shell でのクライアントの構成

Secure Shell でのサーバーの構成

Secure Shell でのキーワード

Secure Shell でのホスト固有のパラメータ

Secure Shell およびログインの環境変数

Secure Shell での既知のホストの管理

Secure Shell のパッケージと初期化

Secure Shell ファイル

Secure Shell コマンド

パート VI Kerberos サービス

21.  Kerberos サービスについて

22.  Kerberos サービスの計画

23.  Kerberos サービスの構成 (手順)

24.  Kerberos エラーメッセージと障害追跡

25.  Kerberos 主体とポリシーの管理 (手順)

26.  Kerberos アプリケーションの使用 (手順)

27.  Kerberos サービス (参照)

パート VII Oracle Solaris 監査

28.  Oracle Solaris 監査 (概要)

29.  Oracle Solaris 監査の計画

30.  Oracle Solaris 監査の管理 (手順)

31.  Oracle Solaris 監査 (参照)

用語集

索引

Secure Shell でのキーワード

次の表は、キーワードおよびそのデフォルト値 (存在する場合) の一覧です。キーワードはアルファベット順になっています。クライアント側のキーワードは、ssh_config ファイルにあります。サーバーに適用されるキーワードは、sshd_config ファイルにあります。両方のファイルで設定されているキーワードもあります。キーワードが 1 つのプロトコルのバージョンにのみ適用される場合には、そのバージョンが記載されています。

表 20-1 Secure Shell 構成ファイルでのキーワード (A から Escape まで)

キーワード
デフォルト値
場所
プロトコル
AllowGroups
デフォルトなし
サーバー
AllowTcpForwarding
yes
サーバー
AllowUsers
デフォルトなし
サーバー
AuthorizedKeysFile
~/.ssh/authorized_keys
サーバー
Banner
/etc/issue
サーバー
Batchmode
no
クライアント
BindAddress
デフォルトなし
クライアント
CheckHostIP
yes
クライアント
ChrootDirectory
no
サーバー
v2
Cipher
blowfish3des
クライアント
v1
Ciphers
aes128-ctr、 aes128-cbc、 3des-cbc、 blowfish-cbc、 arcfour
両方
v2
ClearAllForwardings
no
クライアント
ClientAliveCountMax
3
サーバー
v2
ClientAliveInterval
0
サーバー
v2
Compression
no
両方
CompressionLevel
デフォルトなし
クライアント
v1
ConnectionAttempts
1
クライアント
DenyGroups
デフォルトなし
サーバー
DenyUsers
デフォルトなし
サーバー
DynamicForward
デフォルトなし
クライアント
EscapeChar
~
クライアント

表 20-2 Secure Shell 構成ファイルでのキーワード (Fall から Local まで)

キーワード
デフォルト値
場所
プロトコル
FallBackToRsh
no
クライアント
ForwardAgent
no
クライアント
ForwardX11
no
クライアント
GatewayPorts
no
両方
GlobalKnownHostsFile
/etc/ssh/ssh_known_hosts
クライアント
GSSAPIAuthentication
yes
両方
v2
GSSAPIDelegateCredentials
no
クライアント
v2
GSSAPIKeyExchange
yes
両方
v2
GSSAPIStoreDelegateCredentials
yes
サーバー
v2
Host
* 詳細については、「Secure Shell でのホスト固有のパラメータ」を参照してください。
クライアント
HostbasedAuthentication
no
両方
v2
HostbasedUsesNameFromPacketOnly
no
サーバー
v2
HostKey
/etc/ssh/ssh_host_key
サーバー
v1
HostKey
/etc/ssh/host_rsa_key/etc/ssh/host_dsa_key
サーバー
v2
HostKeyAlgorithms
ssh-rsa、 ssh-dss
クライアント
v2
HostKeyAlias
デフォルトなし
クライアント
v2
HostName
デフォルトなし
クライアント
v2
IdentityFile
~/.ssh/identity
クライアント
v1
IdentityFile
~/.ssh/id_dsa、 ~/.ssh/id_rsa
クライアント
v2
IgnoreRhosts
yes
サーバー
IgnoreUserKnownHosts
yes
サーバー
KbdInteractiveAuthentication
yes
両方
KeepAlive
yes
両方
KeyRegenerationInterval
3600 (秒)
サーバー
ListenAddress
デフォルトなし
サーバー
LocalForward
デフォルトなし
クライアント

表 20-3 Secure Shell 構成ファイルでのキーワード (Login から R まで)

キーワード
デフォルト値
場所
プロトコル
LoginGraceTime
600 (秒)
サーバー
LogLevel
info
両方
LookupClientHostnames
yes
サーバー
MACs
hmac-sha1、 hmac-md5
両方
v2
MaxAuthTries
6
サーバー
MaxAuthTriesLog
3
サーバー
MaxStartups
10:30:60
サーバー
NoHostAuthenticationForLocalHost
no
クライアント
NumberOfPasswordPrompts
3
クライアント
PAMAuthenticationViaKBDInt
yes
サーバー
v2
PasswordAuthentication
yes
両方
両方
PermitEmptyPasswords
no
サーバー
PermitRootLogin
no
サーバー
PermitUserEnvironment
no
サーバー
PidFile
/var/run/sshd.pid
サーバー
Port
22
両方
PreferredAuthentications
hostbased,publickey,keyboard- interactive,passwor
クライアント
v2
PrintLastLog
yes
サーバー
v2
PrintMotd
no
サーバー
Protocol
2,1
両方
ProxyCommand
デフォルトなし
クライアント
PubkeyAuthentication
yes
両方
v2
RemoteForward
デフォルトなし
クライアント
RhostsAuthentication
no
両方
v1
RhostsRSAAuthentication
no
両方
v1
RSAAuthentication
no
両方
v1

表 20-4 Secure Shell 構成ファイルでのキーワード (S から X まで)

キーワード
デフォルト値
場所
プロトコル
StrictHostKeyChecking
ask
クライアント
StrictModes
yes
サーバー
Subsystem
sftp /usr/lib/ssh/sftp-server
サーバー
SyslogFacility
auth
サーバー
UseLogin
no 非推奨として無視される
サーバー
UseOpenSSLEngine
yes
両方
v2
UsePrivilegedPort
no
両方
v2
User
デフォルトなし
クライアント
UserKnownHostsFile
~/.ssh/known_hosts
クライアント
UseRsh
no
クライアント
VerifyReverseMapping
no
サーバー
X11DisplayOffset
10
サーバー
X11Forwarding
yes
サーバー
X11UseLocalHost
yes
サーバー
XAuthLocation
/usr/openwin/bin/xauth
両方

Secure Shell でのホスト固有のパラメータ

ローカルホストごとに異なる Secure Shell 特性を使用すると便利な場合、システム管理者は適用される /etc/ssh/ssh_config ファイルにホストまたはその正規表現形式に従って別々のパラメータセットを定義できます。ファイル内のエントリを、Host キーワードでグループ化してください。Host キーワードを使用しない場合、クライアント構成ファイル内のエントリは、ユーザーが使用しているローカルホストに適用されます。

Secure Shell およびログインの環境変数

次の Secure Shell キーワードが sshd_config ファイルに存在しないときは、 /etc/default/login ファイルの相当するエントリから値を取得します。

/etc/default/login のエントリ
sshd_config のキーワードと値
CONSOLE=*
PermitRootLogin=without-password
#CONSOLE=*
PermitRootLogin=yes
PASSREQ=YES
PermitEmptyPasswords=no
PASSREQ=NO
PermitEmptyPasswords=yes
#PASSREQ
PermitEmptyPasswords=no
TIMEOUT=secs
LoginGraceTime=secs
#TIMEOUT
LoginGraceTime=300
RETRIES および SYSLOG_FAILED_LOGINS
password および keyboard-interactive 認証方式にのみ適用される

次の変数は、ユーザーのログインシェルから初期化スクリプトで設定され、sshd デーモンによってその値が使用されます。変数が設定されていない場合には、デーモンはデフォルト値を使用します。

TIMEZONE

TZ 環境変数の設定を制御します。設定されていない場合、sshd デーモンの起動時のTZ の値を使用します。

ALTSHELL

SHELL 環境変数の設定を制御します。デフォルトは ALTSHELL=YES で、sshd デーモンはユーザーのシェルの値を使用します。ALTSHELL=NO の場合、SHELL の値は設定されません。

PATH

PATH 環境変数の設定を制御します。 値が設定されていない場合、デフォルトのパスは /usr/bin になります。

SUPATH

root に対する PATH 環境変数の設定を制御します。値が設定されていない場合、デフォルトのパスは /usr/sbin:/usr/bin になります。

詳細は、login(1) および sshd(1M) のマニュアルページを参照してください。