GithubHelp home page GithubHelp logo

screenworkshop's Introduction

Goal: a simple screen multiuser environment
- guest users login with ssh and public key - the ssh session is starting immediately
- guest users dont get a shell - instead the forced command= ssh option is used 
  to start "screen" with the appropriate options
- but be carefull: only invite trustful users - they could takeover the screen-session!

1) use ./build.sh to build image
2) configure network-settings in start.sh (vi start.sh)
3) use ./start.sh to start container
4) login with ssh as screen user (ssh -l screen IP) - password: changeme
5) add an account with: sudo add-screen-user.sh
5a) enter login name of new user
5b) enter public key of new user
6) as appropriate create several accounts with step 5)
7) start screen: screen -d -m -S shared && screen -r share
8) invite the guests to login via ssh: ssh -l guestname $IP
   
9) use destroy.sh to 
9a) kill container
9b) delete container
9c) delete image


Known problems
- the session gets killed if a guest quits with exit

screenworkshop's People

Contributors

timogo avatar

Watchers

 avatar

Forkers

gvsurenderreddy

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.