Отключение motd в ubuntu при входе через ssh
Надоела информация о системе при входе через putty (ssh) на локальный сервак
Linux Server01 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i68
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/System information as of Sat Dec 19 11:18:00 EET 2009
System load: 0.0 Memory usage: 30% Processes: 117
Usage of /: 32.6% of 71.83GB Swap usage: 0% Users logged in: 0Graph this data and manage this system at https://landscape.canonical.com/
26 packages can be updated.
24 updates are security updates.
Изменение параметров в /etc/ssh/sshd_config
1 2 3 4 |
PrintMotd no PrintLastLog no |
эффекта не дали, полез в гугл .. нашел пост от Mam(O)n'a о том что инфу надо искать тут:
/etc/cron.d/update-motd
/etc/pam.d/login
Узнал у википедии, что такое PAM:
Pluggable Authentication Modules (PAM) — Подключаемые Модули Аутентификации — библиотека, предоставляющая API для управления методами аутентификации в Unix-подобных операционных системах.
В итоге, отключил тут: /etc/pam.d/sshd
1 2 3 4 |
# Print the message of the day upon successful login # Session optional pam_motd.so # [1] |
Ненужная мне заставка исчезла..
Author: | Tags: /
| Rating:
Leave a Reply