{"id":1914,"date":"2006-12-27T22:42:57","date_gmt":"2006-12-27T13:42:57","guid":{"rendered":"http:\/\/pchero21.com\/?p=1914"},"modified":"2006-12-27T22:42:57","modified_gmt":"2006-12-27T13:42:57","slug":"ssh2-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"http:\/\/pchero21.com\/?p=1914","title":{"rendered":"SSH2 \ud504\ub85c\uadf8\ub7a8 \uc124\uce58"},"content":{"rendered":"<p>SSH2 \ud504\ub85c\uadf8\ub7a8 \uc124\uce58<\/p>\n<p>1. \ud30c\uc77c\ubc1b\uae30<\/p>\n<p>cd \/usr\/local\/src<\/p>\n<p>wget ftp:\/\/ftp.sogang.ac.kr\/pub\/ssh\/ssh-3.2.9.1-tar.gz<\/p>\n<p>tar zxvpf ssh-3.2.9.1.tar.gz<\/p>\n<p>cd ssh-3.2.9.1<\/p>\n<p>2. \ucef4\ud30c\uc77c<\/p>\n<p>configure &#8211;with-libwrap=\/etc<br \/>\n&#8211;with-libwrap=\/etc\u00a0\ub294 TCP-Wrapper \uc5d0 \uc801\uc6a9\uc744 \ud560 \uc218 \uc788\ub294 \uc635\uc158\uc124\uc815<\/p>\n<p>make<\/p>\n<p>make install<\/p>\n<p>3. conf \ud30c\uc77c \uc218\uc815<\/p>\n<p>cd \/etc\/ssh2<\/p>\n<p>vi sshd2_config<\/p>\n<p>Port\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 22222<br \/>\n: 22 Port \uacf5\uaca9\uc744 \ubc29\uc5b4\ud558\uae30 \uc704\ud558\uc5ec \ubcc0\uacbd<\/p>\n<p>IdleTimeOut\u00a0\u00a0\u00a0\u00a0\u00a0\u00a03600<br \/>\n: \uc811\uc18d \ud6c4\u00a0 \uc751\ub2f5\uc774 \uc5c6\uc744 \uacbd\uc6b0 1\uc2dc\uac04 \ud6c4 \uc790\ub3d9 \uc811\uc18d\ud574\uc81c \uc2dc\uac04<\/p>\n<p>AuthKdblnt.Retries\u00a0\u00a0\u00a0 3<br \/>\n: \uc811\uc18d\ud558\uc5ec Password \uc751\ub2f5\ud69f\uc218<\/p>\n<p>PermitEmptyPasswords\u00a0 no<br \/>\n: \uc554\ud638 \uc5c6\ub294 \uacc4\uc815\uc758 \uacbd\uc6b0 \uc811\uc18d \ud5c8\uc6a9\uac70\ubd80<\/p>\n<p>PasswordGuesses\u00a0\u00a0 3<br \/>\n: \uc811\uc18d\ud558\uc5ec Password \uc751\ub2f5\ud69f\uc218<\/p>\n<p>AllowUsers\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0server<br \/>\n: ssh \uc811\uc18d \ud5c8\uc6a9 \uacc4\uc815 \uc5ec\ubd80 \uacb0\uc815(\uc704\uc758 \uc124\uc815\uc740 \uacc4\uc815\ub124\uc784\uc774 server \uc778 \uacbd\uc6b0\uc5d0\ub9cc ssh \uc811\uc18d\uc744 \ud5c8\uac00\ud55c\ub2e4\ub294 \ub73b.)<\/p>\n<p>PermitRootLogin\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 no<br \/>\n: root \uacc4\uc815 \uc811\uadfc \ud5c8\uc6a9 \uc5ec\ubd80 \uacb0\uc815<\/p>\n<p>Ssh1Compatibility\u00a0\u00a0\u00a0\u00a0\u00a0 no<br \/>\n: ssh1 \ub97c ssh2 \uc640 \uac19\uc774 \uc0ac\uc6a9\ud560 \uac83\uc778\uc9c0 \uc5ec\ubd80 \uacb0\uc815.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SSH2 \ud504\ub85c\uadf8\ub7a8 \uc124\uce58 1. \ud30c\uc77c\ubc1b\uae30 cd \/usr\/local\/src wget ftp:\/\/ftp.sogang.ac.kr\/pub\/ssh\/ssh-3.2.9.1-tar.gz tar zxvpf ssh-3.2.9.1.tar.gz cd ssh-3.2.9.1 2. \ucef4\ud30c\uc77c configure &#8211;with-libwrap=\/etc &#8211;with-libwrap=\/etc\u00a0\ub294 TCP-Wrapper \uc5d0 \uc801\uc6a9\uc744 \ud560 \uc218 \uc788\ub294 \uc635\uc158\uc124\uc815 make make install 3. conf \ud30c\uc77c \uc218\uc815 cd \/etc\/ssh2 vi sshd2_config Port\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 22222 : &hellip; <a href=\"http:\/\/pchero21.com\/?p=1914\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[63],"tags":[],"_links":{"self":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/1914"}],"collection":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1914"}],"version-history":[{"count":0,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/1914\/revisions"}],"wp:attachment":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1914"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1914"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}