summaryrefslogtreecommitdiff
path: root/net-im/sshout/pkg-message
blob: 322176dbe53f70bdc0b9ceb627203517f75fd189 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#### 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