mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-07-09 21:21:06 +03:00
Updated Deployment (markdown)
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"
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user