Browse Subversion Repository
Annotation of /branches/4-stable/doc/ja/html/setup/knownfiles.html
Parent Directory
| Revision Log
Revision 8437 -
( hide annotations)
( download)
( as text)
Fri Dec 13 03:11:16 2019 UTC
(4 years, 3 months ago)
by doda
File MIME type: text/html
File size: 886 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
maya |
3227 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 |
|
|
"http://www.w3.org/TR/html4/strict.dtd"> |
| 3 |
|
|
<HTML> |
| 4 |
|
|
<HEAD> |
| 5 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> |
| 6 |
|
|
<TITLE>TTSSH known_hosts ファイル</TITLE> |
| 7 |
|
|
<META http-equiv="Content-Style-Type" content="text/css"> |
| 8 |
|
|
<link rel="stylesheet" href="../style.css" type="text/css"> |
| 9 |
|
|
</HEAD> |
| 10 |
|
|
<BODY> |
| 11 |
|
|
|
| 12 |
|
|
<h1>TTSSH known_hosts ファイル</h1> |
| 13 |
|
|
|
| 14 |
|
|
<p> |
| 15 |
|
|
known_hostsファイルの書式は以下のとおりです。 |
| 16 |
|
|
</p> |
| 17 |
|
|
|
| 18 |
|
|
<pre> |
| 19 |
|
|
書式: |
| 20 |
|
|
ホスト名 キー種別 ホスト公開鍵 |
| 21 |
|
|
|
| 22 |
|
|
# コメント |
| 23 |
|
|
! 否定 |
| 24 |
|
|
|
| 25 |
|
|
例: |
| 26 |
|
|
192.168.1.2 ssh-rsa AAAAB3NzaC1...nXIDE= |
| 27 |
|
|
192.168.1.2 ssh-dss AAAAB3NzaC1...nXIDE= |
| 28 |
|
|
192.168.1.2 1024 35 13032138...794461 |
| 29 |
|
|
#192.168.1.3 ssh-rsa AAAAB3NzaC1...nXIDE= |
| 30 |
|
|
192.168.1.2 1024 35 13032138...794461 |
| 31 |
|
|
*.example.com,!mail.example.com ssh-rsa AAAAB3NzaC1...nXIDE= |
| 32 |
|
|
</pre> |
| 33 |
|
|
|
| 34 |
|
|
</BODY> |
| 35 |
|
|
</HTML> |
|