opnsense-ports/net-im/sshout/pkg-message
Franco Fichtner b37fbe8c8c */*: sync with upstream
Taken from: FreeBSD
2022-04-22 10:09:26 +02:00

12 lines
437 B
Text

#### NOTES OF SSHOUT
In order to start sshout service you need some more configuration:
# sysrc -f /etc/rc.conf sshout_enable="YES"
If you installed SSHOUT for the first time, use sshoutcfg(8) to add users.
You must have SSH server running and accepting public key authentication.
Suggested ports:
x11/xclip For '/pasteimage' command to work in CLI frontend
www/elinks For HTML messages be properly displayed in CLI frontend
#### END