Changes between Initial Version and Version 1 of TipAndDoc/network/ssh
- Timestamp:
- Oct 14, 2010 2:08:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/ssh
v1 v1 1 [[PageOutline]] 2 3 = disable certain users to login with ssh = 4 * [http://www.atmarkit.co.jp/flinux/rensai/linuxtips/739pamssh.html @IT:sshの利用をユーザー単位で許可/不許可するには] 5 6 * /etc/pam.d/sshd 7 {{{ 8 @@ -15,7 +15,7 @@ 9 10 # Uncomment and edit /etc/security/access.conf if you need to set complex 11 # access limits that are hard to express in sshd_config. 12 -# account required pam_access.so 13 +account required pam_access.so 14 15 # Standard Un*x authorization. 16 @include common-account 17 }}}