トップ «前の日記(2008-07-22(Tue)) 最新 次の日記(2008-07-24(Thu))» 編集

屑俺日記

僕の備忘録(PC、UN*X、ネットワーク関連が中心)なんです。
自分の書いたところは適当(な時とか)に書き換えますので御了承を。


2008-07-23(Wed) だから、晴れてるってばぁ

kernel-2.6.26

Plamoに入れてみた。ここでntfs-3gを使わずにNTFSをマウントしてみる。

ファイルの新規作成や削除はできなかったが、おそらくブロックサイズとは 無関係に編集はできた。

OpenSSH-5.1

LFSのベッドにしてたPlamoに入れてみた。

#!/bin/sh
./configure \
  --prefix=/usr \
  --localstatedir=/var \
  --sysconfdir=/etc/ssh \
  --with-pam            \
  --with-tcp-wrappers \
  --with-md5-passwords    \
  --with-ipaddr-display
$ ssh -V
OpenSSH_5.1p1, OpenSSL 0.9.8e 23 Feb 2007

で、/etc/ssh/ssh_config に"VisualHostKey yes"を加える。

$ ssh some_host
The authenticity of host :some_host (XXX.XXX.XXX.XXX)' can't be established.
RSA key fingerprint is cf:a1:98:a1:53:12:ba:aa:9c:dc:66:5d:60:d6:4a:fa.
+--[ RSA 2048]----+
|                 |
|                 |
|    . .          |
|   . * .         |
|  . * = S .      |
|   o = = + .     |
|  . = + . o      |
|o.oo E           |
|++o.             |
+-----------------+
Are you sure you want to continue connecting (yes/no)? yes

キーはすぐ消すからいいか。


リンクはご自由にどうぞ。でもURLや内容が変った場合はあしからず。

index.htmlは ここから。