2009-07-01から1ヶ月間の記事一覧

Bad knowhow

Authentication failure I have hosts, that use SSH Host-Based authentication. When I write a script like below (ssh.rb), it throws Net::SSH::AuthenticationFailed. #!/usr/local/bin/ruby require 'rubygems' require 'net/ssh' Net::SSH.start( 't…

拡張子一覧を作る

サーバにはどんなファイルがある? ファイルサーバにどんなファイルがどれだけ入ってるのか調べてくれ,と言われました.ちょっと考えたんですが,うまいやり方を思いつかなかったので地道に手作業で調べてみたのでその手順です. 準備 まずはファイルサーバ…