Updated Deployment (markdown)

Andrey Petrov 2018-01-02 22:33:32 -05:00
parent 45f9682af8
commit 7247aeb9bd

@ -11,8 +11,8 @@ This page documents how to deploy ssh-chat using various methods
command_args="-i '$server_ident' --bind='$port' --admin='$admin_fingerprint' --whitelist='$whitelist' --motd='$motdfile' --log=$logfile" command_args="-i '$server_ident' --bind='$port' --admin='$admin_fingerprint' --whitelist='$whitelist' --motd='$motdfile' --log=$logfile"
pidfile="/run/$RC_SVCNAME.pid" pidfile="/run/$RC_SVCNAME.pid"
command_background="yes" command_background="yes"
command_user="nobody" # If you want to secure your keyfile, you should change this to a command_user="nobody" # If you want to secure your keyfile, you should change this to a
# user specifically for running ssh-chat # user specifically for running ssh-chat
/etc/conf.d/openrc: /etc/conf.d/openrc:
@ -22,7 +22,7 @@ This page documents how to deploy ssh-chat using various methods
# The admin's key fingerprint # The admin's key fingerprint
#admin_fingerprint=SHA256:[INSERT HERE] #admin_fingerprint=SHA256:[INSERT HERE]
# The server's private key # The server's private key (path)
server_ident=[INSERT HERE] server_ident=[INSERT HERE]
# The port to bind to # The port to bind to