This is a small expect script that accepts unknown hosts as arguments and passes 'yes' to them, so they are automatically accepted in ~/.ssh/known_hosts
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Theodotos Andreou 6ffa5e5ea4 Initial Commit 5年前
LICENSE Initial Commit 5年前
README.md Initial Commit 5年前
accept-yes.exp Initial Commit 5年前

README.md

Accept all unknown hosts

This is a small script that accept unknown hosts as arguments and passes ‘yes’ to them, so they are automatically accepted in ~/.ssh/known_hosts

Based on: http://stackoverflow.com/questions/30206430/parsing-command-line-using-argc-and-argv-in-expect

Usage: ./accept-yes.exp server1 server2 ...