问题描述
我想向 ssh MOTD 添加一些字段。
今天的 MOTD:
Linux toker 2.6.31-22-generic-pae #69-Ubuntu SMP Wed Nov 24 09:04:58 UTC 2010 i686
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Tue Jan 25 19:25:53 CET 2011
System load: 0.23 Processes: 139
Usage of /: 76.8% of 911.20GB Users logged in: 1
Memory usage: 17% IP address for eth0: 192.168.1.102
Swap usage: 0%
Graph this data and manage this system at https://landscape.canonical.com/
38 packages can be updated.
38 updates are security updates.
No mail.
Last login: Tue Jan 25 19:22:06 2011 from 192.168.1.106
我知道我可以通过将 /etc/motd 指向 /var/run/motd 以外的其他内容来将其更改为静态消息,但我不想丢失今天提供的生成数据。
是否可以将两个附加硬盘的磁盘使用情况添加到默认生成的消息中?例如:
Linux toker 2.6.31-22-generic-pae #69-Ubuntu SMP Wed Nov 24 09:04:58 UTC 2010 i686
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Tue Jan 25 19:25:53 CET 2011
System load: 0.23 Processes: 139
Memory usage: 17% Users logged in: 1
Swap usage: 0% IP address for eth0: 192.168.1.102
Usage of /: 76.8% of 911.20GB
Usage of /media/hddb/: 8% of 1.8T
Usage of /media/hddc/: 16% of 1.8T
Graph this data and manage this system at https://landscape.canonical.com/
38 packages can be updated.
38 updates are security updates.
No mail.
Last login: Tue Jan 25 19:22:06 2011 from 192.168.1.105
最佳方法
您需要编辑的文件位于 /etc/update-motd.d
中。
有关其工作原理的详细信息,请参阅 update-motd man page。
我的 Ubuntu 版本不显示磁盘使用情况,因此我不确定您到底需要编辑哪个脚本。
次佳方法
看一下 Ubuntu Wiki article about the design of the update-motd application 。该程序包含在 update-motd
包中,将帮助您创建更加动态的 MOTD。
第三种方法
如果没有额外的编码,您就无法编辑脚本。您看到的消息是通过调用 /usr/bin/landscape-sysinfo 的包装脚本显示的。您看到的输出是由 landscape-sysinfo 创建的