データ センター内に Ubuntu 14.04.03 のサーバーを 1 台、仮想マシン上に 1 台セットアップしています。残念ながら、データ センターのサーバーではログイン後に次の情報しか表示されません。
ssh fx1
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.19.0-26-generic x86_64)
* Documentation: https://help.ubuntu.com/
No mail.
Last login: Wed Nov 18 09:07:08 2015 from 127.red-83-52-183.dynamicip.rima-tde.net
一方、もう 1 つはログイン時にさらに役立つ情報を提供します。
ssh node1
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.19.0-30-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Tue Nov 17 17:22:48 CET 2015
System load: 0.15 Users logged in: 0
Usage of /: 78.7% of 8.59GB IP address for eth0: 192.168.56.120
Memory usage: 5% IP address for eth1: 10.0.0.120
Swap usage: 0% IP address for eth2: 192.168.1.178
Processes: 174 IP address for tun0: 10.7.0.1
=> /data/mysql is using 85.1% of 14.64GB
Graph this data and manage this system at:
https://landscape.canonical.com/
32 packages can be updated.
17 updates are security updates.
Last login: Tue Nov 17 17:22:48 2015 from 192.168.56.1
これを変更するにはどうすればよいですか?/etc/ssh/sshd_config
ほぼ同じに見えます。
答え1
のマニュアル ページを参照してください。その日のメッセージを印刷するsshd_config(5)
オプションがあります。PrintMotd
sshd
ただし、MOTD が正しいパスで使用可能であり/etc/motd
、動的にしたい場合は正しく更新されていること、また変更後に ssh サービスを再起動することを確認してください。