Giter Club home page Giter Club logo

vbridge's Introduction

vbridge

Cloud desktop software

Usage

vBridge is a client/server tool. vbridged, the server, must be launched on the X session you want to connect to. vbridge, the client, can be launched anywhere as long as it can connect to vbridged.

Example

On the desktop you want to connect:

$ vbridged

On the desktop you want to see the remote one:

$ vbridge host-to-connect-to.tld

Authentication

Two methods are possible: via a key or via login/password.

For using the login/password, simply use the login and password of the account where you launched the server.

For the key:

  • Launch the server
  • Launch the client. The client will ask you to confirm you trust the server. Accepts both times and quit without performing the login with password.
  • On the client's host, copy the content of the ~/.vbridge/connect file
  • On the servers's host, paste the content copied on the previous step into ~/.vbridge/accept file
  • On the servers's host, kill and relaunch the server vbridged
  • On the client's host, launch the client. It will be authenticated without asking login and password.

Options

--port=PORT              port to listen
--ciphers=LIST           sets the list of ciphers
--rsa-length=NUMBER      RSA modulus length (in bits)
--rsa-exponent=NUMBER    RSA public exponent
--ecdh-curve=NAME        ECDH curve name
--background             run in background
--reinit-cred            reinitialize the user's pam credentials
--timeout=NUMBER         inactivity timeout
--version                display version information
--help                   display this help

Compilation

Compilation requirements

vBridge needs the following packets to be installed for the compilation:

  • gcc
  • make
  • libcap-dev
  • libkrb5-dev
  • libpam0g-dev
  • libssl-dev
  • libx11-dev
  • libxdamage-dev
  • libxext-dev
  • libxfixes-dev
  • libxi-dev
  • libxrandr-dev
  • libxrender-dev
  • libxtst-dev

Compilation

make compiles and produces the vbridge and vbridged binaries.

Additionnally, you can compile it inside a Docker container. Simply type the commands below:

$ docker build -t vbridge .
$ docker create --name vbridge vbridge
$ docker cp vbridge:/build/vbridge .
$ docker cp vbridge:/build/vbridged .
$ docker rm -f vbridge

vbridge's People

Contributors

angt avatar chtitux avatar erdnaxeli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vbridge's Issues

Move source files in 'src/' subdirectory

To ease project management, its usage and especially packaging, it would be very useful to move .c and .h files and a subdirectory, like src/ for example.

This requires to adapt Makefile accordingly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.