ユーザ用ツール

サイト用ツール


サイドバー


メニュー




スポンサーリンク





linux:openssh:sshd_config

Linux:OpenSSH:sshd_config

キーワード

AcceptEnv

AddressFamily

説明

  • どのアドレスファミリを使うか指定する
パラメータ 説明
anyすべて(デフォルト)
inetIPv4のみ
inet6IPv6のみ

AllowAgentForwarding

AllowGroups

AllowTcpForwarding

AllowUsers

AuthorizedKeysFile

ChallengeResponseAuthentication

ChrootDirectory

Ciphers

ClientAliveCountMax

ClientAliveInterval

Compression

DenyGroups

DenyUsers

ForceCommand

GatewayPorts

GSSAPIAuthentication

GSSAPICleanupCredentials

HostbasedAuthentication

HostbasedUsesNameFromPacketOnly

HostCertificate

HostKey

IgnoreRhosts

IgnoreUserKnownHosts

KerberosAuthentication

KerberosGetAFSToken

KerberosOrLocalPasswd

KerberosTicketCleanup

KeyRegenerationInterval

ListenAddress

LoginGraceTime

LogLevel

MACs

Match

MaxAuthTries

MaxSessions

MaxStartups

PasswordAuthentication

PermitEmptyPasswords

PermitOpen

PermitRootLogin

説明

  • sshを使ってrootでのログイン可否を指定する。(デフォルト:yes)
パラメータ 説明
no rootでのログイン不可
yes rootでのログインを許可(デフォルト)
without-password パスワード認証なし
forced-commands-only 強制コマンドのみ

PermitTunnel

PermitUserEnvironment

PidFile

Port

PrintLastLog

PrintMotd

Protocol

PubkeyAuthentication

説明

  • 公開鍵認証を許可するかどうか指定する。(デフォルト:yes)

RevokedKeys

RhostsRSAAuthentication

RSAAuthentication

ServerKeyBits

StrictModes

Subsystem

SyslogFacility

TCPKeepAlive

TrustedUserCAKeys

UseDNS

UseLogin

UsePAM

UsePrivilegeSeparation

X11DisplayOffset

X11Forwarding

X11UseLocalhost

XAuthLocation

linux/openssh/sshd_config.txt · 最終更新: 2015/12/03 21:12 by dokuroot