<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'automate' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/automate</link>
		<description>automate</description>
		<language>ko</language>
		<pubDate>Thu, 11 Oct 2007 11:16:33 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[expect를 이용한 조금 위험한 ssh login]]></title>
	<link>http://purewell.egloos.com/3431259</link>
	<guid>http://purewell.egloos.com/3431259</guid>
	<description>
	<![CDATA[ 
보통 ssh에 암호 없이 로그인을 가능케하려면 ~/.ssh에 authorized_keys에 접속을 요청하는 쪽 키를 등록해야하지만, 서버가 수 백 대이고, 일일이 세팅하기 귀찮으면 조금 위험하지만 expect을 이용해 손쉽게 자동 로그인하게 할 수 있다.  #!/usr/local/bin/expect -f  set user [lrange $argv 0 0]  set addr [lrange $argv 1 1]  set pass [lrange $argv 2 2]  set timeout -1  spawn ssh $user@$addr  match_max 100000  expect {          &quot;*?assword:*&quot; {                      send -- $pass                	]]>
	</description>
	<pubDate>Thu, 11 Oct 2007 11:16:33 +0900</pubDate>
	<dc:creator><![CDATA[Purewell.BIZ]]></dc:creator>
</item>
<item>
	<title><![CDATA[각종 편리한 BASH shell script 모음]]></title>
	<link>http://purewell.egloos.com/3431219</link>
	<guid>http://purewell.egloos.com/3431219</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds7.egloos.com/pds/200710/11/35/b0056735_470d7da591ae4_t.png"  
				alt="각종 편리한 BASH shell script 모음" 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/>   	]]>
	</description>
	<pubDate>Thu, 11 Oct 2007 10:35:47 +0900</pubDate>
	<dc:creator><![CDATA[Purewell.BIZ]]></dc:creator>
</item>
	</channel>
</rss>

