Path to this page:
./
chat/silc-server,
Server for the Secure Internet Live Conferencing (SILC) protocol
Branch: pkgsrc-2019Q1,
Version: 1.1.18nb2,
Package name: silc-server-1.1.18nb2,
Maintainer: saloSILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services in the Internet over insecure channel.
SILC superficially resembles IRC, although they are very different
internally. SILC is much more than just about `encrypting the traffic'.
That is easy enough to do with IRC and SSL hybrids, but even then the
entire network cannot be secured, only part of it.
SILC provides security services, such as sending private messages entirely
secure; noone can see the message except you and the real receiver of the
message. SILC also provides same functionality for channels; noone except
those clients joined to the channel may see the messages destined to the
channel. Communication between client and server is also secured with
session keys and all commands, authentication data (such as passwords etc.)
and other traffic is entirely secured. The entire network, and all parts of
it, is secured.
SILC has secure key exchange protocol that is used to create the session keys
for each connection. SILC also provides strong authentication based on either
passwords or public key authentication. All authentication data is always
encrypted in the SILC network. Each connection has their own session keys,
all channels have channel specific keys, and all private messages can be
secured with private message specific keys.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.6 2003/03/17 20:12:47 salo Exp $
#
case ${STAGE} in
POST-DEINSTALL)
if [ -f @PKG_SYSCONFDIR@/silcd.prv ]; then
${ECHO} ===========================================================================
${ECHO}
${ECHO} "If you won't be using silc-server any longer, you may want to remove"
${ECHO} "your server keys located in @PKG_SYSCONFDIR@."
${ECHO}
fi
;;
esac
Package options: inet6
Master sites:
SHA1: eece759734da72b6ae16f83e4f8cabd8886dab05
RMD160: c68ea0875c9723a2f2322d2f1933e07e60abe53f
Filesize: 886.902 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version silc-server-1.1.18nb2 (created)