FreeBSD Q&A for beginners, part 108at UNIX
FreeBSD Q&A for beginners, part 108 - 暇つぶし2ch139:名無しさん@お腹いっぱい。
10/09/15 16:13:53 .net
to-alt-239

set StrictHostKeyChecking "no" at ssh_config to avoid asking.
and always remove $HOME/.ssh/known_hosts before ssh login.


Use shell below:

#!/bin/sh
rm $HOME/.ssh/known_hosts
ssh "$@"


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch