Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/jp/html/setup/knownfiles.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 886 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 <!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>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26