···191```
192193Make sure to restart your SSH server!
000000000000
···191```
192193Make sure to restart your SSH server!
194+195+#### MOTD (message of the day)
196+197+To configure the MOTD used ("Welcome to this knot!" by default), edit the
198+`/home/git/motd` file:
199+200+```
201+printf "Hi from this knot!\n" > /home/git/motd
202+```
203+204+Note that you should add a newline at the end if setting a non-empty message
205+since the knot won't do this for you.