Ssh

RHEL:/etc/issue.net 中的“S Kernel r on an m”是什麼意思?

  • June 23, 2021

如果 I cat /etc/issue.net,它裡面有這個:

\S
Kernel \r on an \m

當我將它用作 ssh 橫幅時,它不會擴展,只是在寫入時列印它。

這是什麼?

這在agetty 手冊頁中有記錄。

似乎 sshd 不處理那些特殊的字元串。

引用自:https://unix.stackexchange.com/questions/655393