揮発性のメモ2

http://d.hatena.ne.jp/iww/

2012-12-14から1日間の記事一覧

expectのキーワード

expectで特別な意味を持つキーワードは timeout, eof, default (defaultはtimeoutとeof両方) while { true } { send_user "START\n" spawn ssh example.com do_command expect { "assword:" { send "$PASSWORD\r"; wait } timeout { close; wait } eof { wai…

一部のサーバのみ鍵認証が動作しない

失敗するサーバ debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering public key: id_rsa_tunnel debug3: send_pubkey_test debug2: we …