diff --git a/Deployment.md b/Deployment.md index 567d899..daa406a 100644 --- a/Deployment.md +++ b/Deployment.md @@ -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" pidfile="/run/$RC_SVCNAME.pid" command_background="yes" - command_user="nobody" # If you want to secure your keyfile, you should change this to a - # user specifically for running ssh-chat + command_user="nobody" # If you want to secure your keyfile, you should change this to a + # user specifically for running ssh-chat /etc/conf.d/openrc: @@ -22,7 +22,7 @@ This page documents how to deploy ssh-chat using various methods # The admin's key fingerprint #admin_fingerprint=SHA256:[INSERT HERE] - # The server's private key + # The server's private key (path) server_ident=[INSERT HERE] # The port to bind to