Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleexample client side password file, for user fred
4.5.0  # this is the version number
# comment
# <user> <host> <port> <passwd>
fred machine1 31423141 xydd5j
fred machine2 31423141 xydd5j
fred machine3 31423141 xydd5jggg

This format allows the same file to be used for multiple servers.

Code Block
titleexample server password file, running on machine1 and port 3141
4.5.0
user1 machine1 3141 sdfrg
user2 machine1 3141 ssdft
user3fred  machine1 3141 ggsdsdxydd5j


The password file for the server must contain at least one user that matches the host and port of the server, otherwise, an error is issued, and the server can not be started.

...