Skip to content

A small gevent-based VNC proxy with man-in-the-middle authentication.

License

Notifications You must be signed in to change notification settings

grnet/snf-vncauthproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

740cd5b · Jul 25, 2016
Nov 20, 2013
Oct 31, 2014
Sep 25, 2014
Jul 25, 2016
Jul 25, 2016
Jul 25, 2016
Jun 20, 2011
Jul 21, 2016
Mar 31, 2014
Mar 29, 2013
Jul 25, 2016
Jul 25, 2016

Repository files navigation

snf-vncauthproxy

Overview

snf-vncauthproxy is a small gevent-based VNC proxy with man-in-the-middle authentication.

snf-vncauthproxy listens on a control channel (TCP socket) for control messages and sets up one-time port forwardings upon request. As soon as a client connects, vncauthproxy fakes an RFB 3.8 server to request authentication from the client. If the client authenticates successfully, a server connection is initiated by the proxy and both connections are bridged to allow transparent client-server communication.

Features include:

  • Lightweight, coroutine-based main loop with gevent
  • JSON-formatted requests and replies over the control channel
  • Port pooling for automatic selection of source port
  • Supports RFB protocol versions 3.3, 3.8
  • IPv4 and IPv6 support
  • Configurable timeout for client connections
  • Control channel over TCP, allowing isolated operation of VNC proxy clusters

Project Page

Please see the official Synnefo site and the latest snf-vncauthproxy docs for more information.

Copyright and license

Copyright (C) 2010-2014 GRNET S.A.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

About

A small gevent-based VNC proxy with man-in-the-middle authentication.

Resources

License

Stars

Watchers

Forks

Packages

No packages published