{"id":158,"date":"2014-07-06T22:14:42","date_gmt":"2014-07-07T07:14:42","guid":{"rendered":"http:\/\/blog.box.kr\/?p=158"},"modified":"2014-07-06T22:14:42","modified_gmt":"2014-07-07T07:14:42","slug":"how-to-set-the-idle-timeout-in-linux-ssh","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=158","title":{"rendered":"how to set the idle-timeout in linux SSH"},"content":{"rendered":"<pre style=\"color: #000000;\">in \/etc\/ssh\/sshd_config insert<\/pre>\n<p>&nbsp;<\/p>\n<pre style=\"color: #000000;\">ClientAliveInterval 600\nClientAliveCountMax 3<\/pre>\n<p>&nbsp;<\/p>\n<pre style=\"color: #000000;\">That will give you an timeout of 30 minutes (600 sec x 3)<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>in \/etc\/ssh\/sshd_config insert &nbsp; ClientAliveInterval 600 ClientAliveCountMax 3 &nbsp; That will give you an timeout of 30 minutes (600 sec x 3)<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[17,7],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-2y","jetpack-related-posts":[{"id":137,"url":"https:\/\/blog.box.kr\/?p=137","url_meta":{"origin":158,"position":0},"title":"How to set default session timeout in Linux","date":"2014-06-24","format":false,"excerpt":"How to set default session timeout in Linux My DC operation guys access Linux servers on a daily basis but somehow they never remember to log out. This is a security risk as anyone could gain access to the open console and create caos. Today, yet again I\u2019m forced to\u2026","rel":"","context":"In &quot;\ucc38\uace0\ub97c \uc704\ud55c \uc800\uc7a5\ubb3c&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":716,"url":"https:\/\/blog.box.kr\/?p=716","url_meta":{"origin":158,"position":1},"title":"CentOS SSH Installation And Configuration","date":"2015-04-15","format":false,"excerpt":"http:\/\/www.cyberciti.biz\/faq\/centos-ssh\/ \u00a0 How do I install and configure ssh server and client under CentOS Linux operating systems? You need to install the following packages (which are installed by default until and unless you removed it or skipped it while installing CentOS) openssh-clients : The OpenSSH client applications openssh-server : The\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":811,"url":"https:\/\/blog.box.kr\/?p=811","url_meta":{"origin":158,"position":2},"title":"[scrap]Linux ssh \ucd08\uae30 \ubcf4\uc548 \uc124\uc815","date":"2015-05-18","format":false,"excerpt":"http:\/\/simonshin.egloos.com\/2247508 \u00a0 \/bin\/su File chattr -i \/bin\/su chown root.wheel \/bin\/su chmod 4750 \/bin\/su chattr +i \/bin\/su \/etc\/ssh\/sshd_config File \ud30c\uc77c\uc744 \uc5f4\uc5b4\uc11c\u00a0 \uc544\ub798 \uc0ac\ud56d\ub4e4\uc774 \ud65c\uc131\ud654 \ub420 \uc218 \uc788\ub3c4\ub85d \uc218\uc815 \ud55c\ub2e4. PermitRootLogin no AllowUsers UserID AllowGroups wheel \/etc\/group File \ud30c\uc77c\uc744 \uc5f4\uace0 \uc544\ub798 \uc0ac\ud56d\uacfc \uac19\uc774 \uc124\uc815 \ud55c\ub2e4. wheel:x:10:root,UserID sshd \ub370\ubaac\uc744 \uc7ac \uc2dc\uc791 \uc2dc\ucf1c \uc900\ub2e4.","rel":"","context":"In &quot;Linux&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":826,"url":"https:\/\/blog.box.kr\/?p=826","url_meta":{"origin":158,"position":3},"title":"[scrap]50 UNIX \/ Linux Sysadmin Tutorials","date":"2015-05-20","format":false,"excerpt":"http:\/\/www.thegeekstuff.com\/2010\/12\/50-unix-linux-sysadmin-tutorials\/ \u00a0 Merry Christmas and Happy Holidays to all TGS Readers. To wrap this year, I\u2019ve collected 50 UNIX \/ Linux sysadmin related tutorials that we\u2019ve posted so far. This is lot of reading. Bookmark this article for your future reference and read it whenever you get free time. Disk\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":698,"url":"https:\/\/blog.box.kr\/?p=698","url_meta":{"origin":158,"position":4},"title":"Securing Svnserve using SSH","date":"2015-04-15","format":false,"excerpt":"http:\/\/tortoisesvn.net\/ssh_howto.html Securing Svnserve using SSH This section provides a step-by-step guide to setting up Subversion and TortoiseSVN to use the svn+ssh protocol. If you already use authenticated SSH connections to login to your server, then you are already there and you can find more detail in the Subversion book. If\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":510,"url":"https:\/\/blog.box.kr\/?p=510","url_meta":{"origin":158,"position":5},"title":"[\ud38c]How to enable EPEL repo on CentOS 5 &amp; 6","date":"2014-12-28","format":false,"excerpt":"To enable EPEL (Extra Packages for Enterprise Linux) for CentOS 5 x86 or x64, log in to SSH on your server and execute the following command (dependent on your OS \u2013 unsure of what version of CentOS you are running?): \u00a0CentOS 6.x 32-bit (x86\/i386): rpm -Uvh http:\/\/mirror.overthewire.com.au\/pub\/epel\/6\/i386\/epel-release-6-7.noarch.rpm CentOS 6.x 64-bit\u2026","rel":"","context":"In &quot;Linux&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/158"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=158"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/158\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}