<?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>이글루스 'mkpasswd' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/mkpasswd</link>
		<description>mkpasswd</description>
		<language>ko</language>
		<pubDate>Wed, 11 Aug 2010 17:34:07 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[mkpasswd 로 패스워드 자동생성]]></title>
	<link>http://voyager.egloos.com/4447119</link>
	<guid>http://voyager.egloos.com/4447119</guid>
	<description>
	<![CDATA[ 
참고:http://www.atmarkit.co.jp/flinux/rensai/linuxtips/889mkpasswd2.html    이하의 패키지가 필요      #yum install expect    설치후 다음과 같이 입력하면  #mkpasswd  q9XX2yyu+      패스워드가 자동 생성된다. (반드시 기호가 들어감)    내가 자주 쓰는 옵션은      mkpasswd -l 16 -s 0    16영숫자의 패스워드로 길이와 기호는 0번사용(사용안함) 지정이다.    다음은 옵션설명    -l 숫자:패스워드 길이지정. 기본9  -d 숫자:숫자의 수를 지정. 기본2  -c 숫자:영문소문자수 지정. 기본2  -C 숫자:영문대문자수 지정.기본2  -s 숫자:특수기호수지정.기본1  -2 : 패스워드를 	]]>
	</description>
	<pubDate>Wed, 11 Aug 2010 17:34:07 +0900</pubDate>
	<dc:creator><![CDATA[나야나]]></dc:creator>
</item>
<item>
	<title><![CDATA[mkpasswd 사용법]]></title>
	<link>http://voyager.egloos.com/4120666</link>
	<guid>http://voyager.egloos.com/4120666</guid>
	<description>
	<![CDATA[ 
yum install expect  로 설치    mkpasswd    사용예  $ mkpasswd -d 4  Wbm7@33P0  $ mkpasswd -d 0  gistZdkT_        -l 숫자:패스워드 길이  -d 숫자:숫자 개수. 기본 2  -c 숫자:알파벳소문자. 기본2  -C 숫자:대문자 알파벳, 기본 2  -s 숫자:특수문자/기호의 수 . 기본 1  -2 :패스워드가 오른손 왼손 번갈아 입력하는 문자열이 된다.쿼티키보드의 경우.       다음은 foo라는 유저에게 바로 패스워드를 할당한다.  $mkpasswd foo  62xcrFPf+  	]]>
	</description>
	<pubDate>Tue, 21 Apr 2009 19:03:14 +0900</pubDate>
	<dc:creator><![CDATA[나야나]]></dc:creator>
</item>
	</channel>
</rss>

