···191191```
192192193193Make sure to restart your SSH server!
194194+195195+#### MOTD (message of the day)
196196+197197+To configure the MOTD used ("Welcome to this knot!" by default), edit the
198198+`/home/git/motd` file:
199199+200200+```
201201+printf "Hi from this knot!\n" > /home/git/motd
202202+```
203203+204204+Note that you should add a newline at the end if setting a non-empty message
205205+since the knot won't do this for you.